Ask a New Question

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.
Apr 1, 2012

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....
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use