Respuesta :

Answer:

As integer

Explanation:

More information is needed to properly answer this question.

However, I will answer this question with the limited information given.

90 will be stored as an integer in the variable.

First, the variable needs to be declared;

int myFinalGrade;

Then the variable is initialized;

myFinalGrade = 90;

Hence, the value is stored as an integer.