The value entered needs to be read in as an ASCII value and added to 32 or minus 32, then the new value comes out as the ASCII.
So if they enter A, the ASCII value is 65, so it will be 65 + 32 and it will spit out a. But when I run the program I don't get anything, just a blank screen. Any help would be appreciated.
thanks.
So if they enter A, the ASCII value is 65, so it will be 65 + 32 and it will spit out a. But when I run the program I don't get anything, just a blank screen. Any help would be appreciated.
thanks.