Card 27 / 67: what is the best choice to store the number of university students:
A)
char n = 20000;
B)
float n = 20000;
C)
int n = 20000;
Answer:
C) int n = 20000;
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |