String str; while (condition) { str = calculateStr(); ..... }
int numero = 2; String cadena = "Hola"; long decimal = 2.4; boolean flag = true;