Saturday, March 28, 2020

Write the value of z after execution of following code

Write the value of z after execution of following code :

Sunday, March 8, 2020

What is the command to show the databases in Mysql

What is the command to show the databases in Mysql 


mysql> show databases;

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;}






Write the value of sum1 after execution of the following WHILE loop


Compiled code for "Write the value of sum1 after execution of the following WHILE loop"


Working of the code is given below:




Given int i=1 ; and sum1=0
From codesum1= sum1+iValue of i-at this point
= 0 +1 = 1Due to i=i+21+2=3
Now i=3which is < 10= 1 +3 = 4Due to i=i+23+2=5
Now i=5which is < 10= 4+5 = 9Due to i=i+25+2=7
Now i=7which is < 10= 9+7 = 16Due to i=i+27+2=9
Now i=9which is < 10= 16+9 = 25Due to i=i+29+2=11
Now i=11which 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
Smart Learning Options Website

This page will link you to the Blog for
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

Arabic Text Book 1 Link to Blog

Welcome to the
Smart Learning Options Website

This page will link you to the
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

Arabic Text Book 2 Link to Blog

Welcome to the
Smart Learning Options Website

This page will link you to the 
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

Arabic Text Book 3 Link to Blog

Welcome to the
Smart Learning Options Website

This page will link you to the Solutions for
Arabic Text Book 3

Click on the Link Below:

Click Here For Help in Arabic Text Book 3