+ 1
Can anyone name the 4 variables and their types?
3 Answers
+ 2
is this what you mean?
String var_name; type string,
int var_name; type integer,
boolean var_name; type boolean,
double var_name; type boolean
+ 1
celsiusTemp is an integer, fahrenheitTemp is double, input is an object data type
0
i mean point out the variables in the code and what type they are