write an pseudo code for whole numbers.
Answers
Answered by
2
Answer:
Write pseudocode that will take numbers input and add them while the input number is greater than or equal to 0. ... Total = 0. WRITE “ Input Number”. READ num. WHILE num>= 0. DO.
Similar questions