Data Types of Expressions
What values are stored in these variables?
float x, y;
int n;
x = 13 / 5;
y = 9 * 0.5;
n = 9 * 0.5;
Previous slide
Next slide
Back to first slide
View graphic version