example of an algorithm which receives a number and informs the userrr when it is positive
Answers
Answered by
0
Input an integer from the user
Check whether the number is greater than or equal to one
If true, print positive to the screen
Else print negative to the screen
Similar questions