hello im trying to do a program that converts numbers to letter for example if the number is betwen 90 to 100 the letter would be 'A' if its 80 to 89 the letter would be 'B' and so on can someone help me please.
it doesnt show the letter it only change my calculations i did a short program to just start it and it show me as a result 65 not an A can you please check it out thank you.
Because finGrade is a double, it will show the ascii number of 'A'
It should be obvious that if you want to display a character to the screen, you need to display a character. In your example, finGrade is not a character, it is a double.