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;
now i just need a little bit of help with putting it in the right format thats if im even in the right direction