Ok im writing a program in java thats suppose to Use a while loop, to print the lower case alphabeth and its corresponding ascii values
of the upper case alphabeth from Z to A
So far i came up with
while
(counter +32) (char) (counter +32)
if (counter < ?)
break;
i just need a little bit of help pointing me in the right direction