Yes
Chat with our AI personalities
We made what time we had left count - to spend the remaining days with significance or importance
Sometimes
It would take an infinite amount of time, no matter how fast you count. (If you had an infinite amount of time, however, you could count to an infinitely large number, but that would required counting until the end of forever, and forever has no end...)
Count the cycles per second. it's formula=1/time
There are several ways to increment a variable:$count = $count +1;$count += 1;$count++;++$count;