P
problem
I want to make a calculating machine.
IF i have a score, i want this value become a string
e.g.
if [num]>80 and <100 = "A"
if [num]>70 and <79 = "B"
..
..
..
how to make the string out ?
IF i have a score, i want this value become a string
e.g.
if [num]>80 and <100 = "A"
if [num]>70 and <79 = "B"
..
..
..
how to make the string out ?