write a pseudocode to read a sequence of numbers terminated by 777. the pseudocode should count and print the number of negative values and zero values. the algorithm should also print the product of the positive number.

Recommended Answers

All 6 Replies

Why should I?

If you were given the assignment to do it by hand, how would YOU do it?

(The manual process makes a good basis for the pseudo code for the computer.)

write a pseudocode to read a sequence of numbers terminated by 777. the pseudocode should count and print the number of negative values and zero values. the algorithm should also print the product of the positive number.

do
read number
if(number == 777) break
while(true);

Now you put some effort for your homework.

Can someone please help me with writing a pseudocode and understand it please

The statement is running on a particular treadmill you burn 3.9 calories per minute. Design a program that uses a loop to display the number of calories burned agter 10, 15, 20, 25, and 30 minutes.

in pseudo code when to use read n get and if end if im confused

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.