Computer Science, asked by ash303, 1 day ago

Re-write the following using while loop:

char p= ‘A’;
for(i = (int) p; i<=(int) ‘Z’ ; i+ +)
System.out.print( i + “,” ) ;

Pls answer fast.

Answers

Answered by akbarbashirkabbani
0

Answer:

simple and easy

Similar questions