What is the first 5 output of the given algorithm if n=10? * while(n>0){ n=2*n; printf("%d\n",n); } 10 20 30 40 50 ... 20 40 60 80 100 ... 40 60 80 100 120 ... 80 160 320 640 1280 .

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 29PE
icon
Related questions
Question

Urgent!Please answer the question below

What is the first 5 output of the given algorithm if n=10? *
while(n>e){
n=2*n;
printf("%d\n",n);
10 20 30 40 50...
20 40 60 80 100 ...
40 60 80 100 120...
80 160 320 640 1280...
Transcribed Image Text:What is the first 5 output of the given algorithm if n=10? * while(n>e){ n=2*n; printf("%d\n",n); 10 20 30 40 50... 20 40 60 80 100 ... 40 60 80 100 120... 80 160 320 640 1280...
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Top down approach design
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT