Computer Science, asked by mouryakrishnegowda, 3 months ago

Write the output of the following program code :

char ch ;

int x =98 ;

do {

ch =(char) x;

System.out.println(ch+ “ ”);

if( x% 10 ==0)

break;

++x;

}

while(x < = 100);​

Answers

Answered by karanbiwal320
5

Answer:

please follow up........##@

Similar questions