Computer Networking: A Top-Down Approach (7th Edition)
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN: 9780133594140
Author: James Kurose, Keith Ross
Publisher: PEARSON
Bartleby Related Questions 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
expand button
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
Check Mark
Knowledge Booster
Background pattern image
Similar questions
Recommended textbooks for you
Text book image
Computer Networking: A Top-Down Approach (7th Edi...
Computer Engineering
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:PEARSON
Text book image
Computer Organization and Design MIPS Edition, Fi...
Computer Engineering
ISBN:9780124077263
Author:David A. Patterson, John L. Hennessy
Publisher:Elsevier Science
Text book image
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:9781337569330
Author:Jill West, Tamara Dean, Jean Andrews
Publisher:Cengage Learning
Text book image
Concepts of Database Management
Computer Engineering
ISBN:9781337093422
Author:Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:Cengage Learning
Text book image
Prelude to Programming
Computer Engineering
ISBN:9780133750423
Author:VENIT, Stewart
Publisher:Pearson Education
Text book image
Sc Business Data Communications and Networking, T...
Computer Engineering
ISBN:9781119368830
Author:FITZGERALD
Publisher:WILEY