You need to prepare a program that loads memory the value of integer variable.
Question: Write a program that loads from memory the value of integer variable SCORE. Next set character variable GRADE to 'A', 'B', 'C', 'D', or 'F' depending on value SCORE. It must assume SCORE is between 0 and 100, and use grading scale (100-90=A, 89-80=B, 79-70=C, 69-60=D, 59-0=F)