Q08: Loops

double a = 2.2;
int b = 7/3;
int c = (int) a + b * 2;

Finish your answers before the timer runs out.