Write the value of z after execution of following code :
Home
All posts
Saturday, March 28, 2020
Sunday, March 8, 2020
Saturday, October 12, 2019
CBSE Grade 12 Java Find the output questions and answers-2014
Write the value of sum1 after execution of the
following WHILE
loop :
int i = 1,
sum1 = 0;while (i<10){
sum1 =sum1+ i;i =i+2;}
Working of the code is given below:
| Given int i=1 ; and sum1=0 | ||||
| From code | sum1= sum1+i | Value of i-at this point | ||
| = 0 +1 = 1 | Due to i=i+2 | 1+2=3 | ||
| Now i=3 | which is < 10 | = 1 +3 = 4 | Due to i=i+2 | 3+2=5 |
| Now i=5 | which is < 10 | = 4+5 = 9 | Due to i=i+2 | 5+2=7 |
| Now i=7 | which is < 10 | = 9+7 = 16 | Due to i=i+2 | 7+2=9 |
| Now i=9 | which is < 10 | = 16+9 = 25 | Due to i=i+2 | 9+2=11 |
| Now i=11 | which is not < 10 so the code ends. | Output =25 |
Welcome to our educational Website!
Monday, January 1, 2018
Arabic Grammar Basics Link to Blog
Arabic Grammar Basics Link to Blog
Welcome to the
Click on the Link Below:
Welcome to the
Smart Learning Options Website
This page will link you to the Blog for
Arabic Grammar Basics
Arabic Grammar Basics
Click on the Link Below:
Click Here to visit
Arabic Grammar Basics Blog
Sunday, October 1, 2017
Arabic Text Book 1 For School Students in U.A.E. and G.C.C
Welcome to the
Smart Learning Options Website
This page will link you to the
Solutions for
Arabic Text Book 1
Solutions for
Arabic Text Book 1
Click on the Link Below:
Click Here For Help in Arabic Text Book 1
Friday, September 1, 2017
Arabic Text Book 2 For School Students in U.A.E. and G.C.C
Welcome to the
Smart Learning Options Website
This page will link you to the
Solutions for
Arabic Text Book 2
Solutions for
Arabic Text Book 2
Click on the Link Below:
Click Here For Help in Arabic Text Book 2
Tuesday, August 1, 2017
Arabic Text Book 3 For School Students in U.A.E. and G.C.C
Welcome to the
Smart Learning Options Website
This page will link you to the Solutions for
Arabic Text Book 3
Arabic Text Book 3
Click on the Link Below:
Click Here For Help in Arabic Text Book 3
Subscribe to:
Posts (Atom)

.png)





