11. What is the output for the following flowchart? 2 start x=5, n=1 ,m=1 Print n,m Increment n by 2 yes no If n


answer question 12 please


11. What is the output for the following flowchart?<br>2<br>start<br>x=5, n=1 ,m=1<br>Print n,m<br>Increment n by 2<br>yes<br>no<br>If n<=x<br>n=n-1<br>m=m+4<br>Print n,m<br>end<br>a. 113151<br>b. 11315165<br>

Extracted text: 11. What is the output for the following flowchart? 2 start x=5, n=1 ,m=1 Print n,m Increment n by 2 yes no If n<=x n="n-1" m="m+4" print="" n,m="" end="" a.="" 113151="" b.="">
12. What is the equivalent Pseudo Code for the flowchart in question 11?<br>a.<br>1. Start<br>b.<br>1. Start<br>С.<br>1. Start<br>a.<br>None of the above<br>2. let x=5, n=1, m=1<br>2. let x=5, n=1, m=1<br>2. let x=5, n=1, m=D1<br>3. print n, m<br>4. Increment n by 2<br>5. If n<=x then goto 3<br>3. print n, m<br>4.Increment n by 2<br>5. If n<=x then goto 2<br>3. print n, m<br>4. Increment n by 2<br>5.lf n<=x then n=n-1,<br>6. n=n-1,m3Dm+4<br>7. end<br>6. n=n-1, m=m+4<br>m=m+4<br>7. Print n, m<br>6. Print n, m<br>8. end<br>7. end<br>

Extracted text: 12. What is the equivalent Pseudo Code for the flowchart in question 11? a. 1. Start b. 1. Start С. 1. Start a. None of the above 2. let x=5, n=1, m=1 2. let x=5, n=1, m=1 2. let x=5, n=1, m=D1 3. print n, m 4. Increment n by 2 5. If n<=x then="" goto="" 3="" 3.="" print="" n,="" m="" 4.increment="" n="" by="" 2="" 5.="" if=""><=x then="" goto="" 2="" 3.="" print="" n,="" m="" 4.="" increment="" n="" by="" 2="" 5.lf=""><=x then="" n="n-1," 6.="" n="n-1,m3Dm+4" 7.="" end="" 6.="" n="n-1," m="m+4" m="m+4" 7.="" print="" n,="" m="" 6.="" print="" n,="" m="" 8.="" end="" 7.="">

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here