(Make an algorithm) - Print first ten numbers
Answers
Answered by
0
Answer:
please mark as brainest
Explanation:
Here is how you could ask a programmable calculator to display numbers. In order to use this method, we first have to define a value that we will increment.
0 → X
This makes sure that we have zero in the variable X.
Now, write a statement to add one to this variable, and remember it.
X + 1 → X
When we use this statement on the home screen, it immediately shows us the new value.
Similar questions