can you explain this code char a; for(a='A'; a<='Z'; a++){ System.out.printf("%c %c",a,a+32); }
9/4/2018 12:26:14 AM
BHOUSZJINGJING51 Answers
New Answersee its a char or character means, it will print the 'A' and the ASCII of A + 32 and it's ACII will be printed
Learn Playing. Play Learning
SoloLearn Inc.
4 Embarcadero Center, Suite 1455Send us a message