Also I must design pseudocode for a program that accepts numbers from the user until the special number hits 30 is entered (you should use an infinite loop for this). After the user enters the special value, your program should output the number of numbers entered in the sum of those numbers. You will need a counter and an accumulator. Make sure your loop is structured don't forget to comment your code make sure you prompt the user whenever requesting input from the user using name consonant for the consonant in this problem no magic numbers the number 30 is a constant here so it should be stored as a named constant and that name constant should be used in your code.
Also I must design pseudocode for a program that accepts numbers from the user until the special number hits 30 is entered (you should use an infinite loop for this). After the user enters the special value, your program should output the number of numbers entered in the sum of those numbers. You will need a counter and an accumulator. Make sure your loop is structured don't forget to comment your code make sure you prompt the user whenever requesting input from the user using name consonant for the consonant in this problem no magic numbers the number 30 is a constant here so it should be stored as a named constant and that name constant should be used in your code.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images