InterviewSolution
Saved Bookmarks
| 1. |
A program module is given below with various steps involved, which starts with the values of a,b,c as 1,2,3 respectively. These values remain unchanged till step . The program is executed with the help of following operators. Milan 2(P)=Pxx2 Milaap 2(P)=P+2 and b=a means the value of a is assigned to b. START Step 1. Read (a,b,c) Step 2. Milan 2(a) Step 3. Milaap 2(b) Step 4. c=a+b Step 5. If cgt111, then go to step 6 else go to step 2. Step 6. STOP In a particular cycle a,b and c get the values such that 9a=8c, then the value of b is: |
|
Answer» 6 |
|