Please enable JavaScript.
Coggle requires JavaScript to display documents.
Input (Extraction Operator (As you type data in from the keyboard, it'…
Input
Extraction Operator
As you type data in from the keyboard, it's stored in the input buffer.
For example, as I'm typing in 32 for the first number, 32 is being stored in the input buffer.
-
When you hit the enter key, data extraction begins.
-
For example, when I'm typing in 32 for the first number, 32 is being extracted from the input buffer and stored in int1.
-
-
-