Question
Pseudocode CountPositive
integer totalPos,number
Begin loop
Input numbers
If number>0 then totalPos<-totalPos +1
Loop while number<>0
Print totalPos
Convert the above Pseudocode into a pascal program.
integer totalPos,number
Begin loop
Input numbers
If number>0 then totalPos<-totalPos +1
Loop while number<>0
Print totalPos
Convert the above Pseudocode into a pascal program.
Answers
Related Questions
Please help me, its emergency!!!
The 10 numbers will be collected from the keypad using a loop. If...
1)Your program will get numbers (int) from the user. Do this in a while loop so that you keep gettin...
Construct a pseudocode to compute, to display the sum of ten (10) integer numbers and determine the...
When we count items in an array or list, we begin with the:
(1 point)
Responses
number zero....