esign 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

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

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

a.
b.
start
start
Declarations
Declarations
num a = 3
num i = 20
num b = 5
num j = 22
while i < j
i = i + 1
num c = 6
while a < c
a = a + 1
endwhile
b = b + c
output i, j
endwhile
stop
output a, b, c
stop
d.
start
start
Declarations
Declarations
num a = 10
num j = 8
num d = 10
num k = 10
num f = 11
num m = 0
num g = 11
num n = 6
while f >g
while j < k
a = a - 1
m = 3
f = f
while m < n
endwhile
output "googoo"
output a, d, f, g
m = m + 1
stop
endwhile
j = j + 1
endwhile
stop
Transcribed Image Text:a. b. start start Declarations Declarations num a = 3 num i = 20 num b = 5 num j = 22 while i < j i = i + 1 num c = 6 while a < c a = a + 1 endwhile b = b + c output i, j endwhile stop output a, b, c stop d. start start Declarations Declarations num a = 10 num j = 8 num d = 10 num k = 10 num f = 11 num m = 0 num g = 11 num n = 6 while f >g while j < k a = a - 1 m = 3 f = f while m < n endwhile output "googoo" output a, d, f, g m = m + 1 stop endwhile j = j + 1 endwhile stop
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY