C
In computing, C is a general-purpose, block structured, procedural, imperative computer programming language developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system.
Application
Any
Platform
Any
License
Any
Wow! You are correct!
I just tried this code on my TC 201 and indeed you need
to enter something before seeing the average value.
I found the cause, however. ;-)
The formatting string is " %d...
1# yes sorry - i mistyped 'accept'.
and for me the average does not display before i hit any keys. after i insert the numbers i must hit a letter key (doesn't matter which one) and then ENTER - only...
: brilliant!!
: thank you very much
:
: 2 basic questions:
:
: 1)is there any function that will except hitting "Enter", and not an
: actual character to display the average?
:
: 2)is...