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
0
Answer:
simple and easy
Similar questions