+ 1

Can anyone name the 4 variables and their types?

https://code.sololearn.com/cZK32EA5ROXA/?ref=app

29th Jan 2018, 7:12 PM
8BitHeals
8BitHeals - avatar
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
29th Jan 2018, 9:42 PM
kayode agboola
kayode agboola - avatar
+ 1
celsiusTemp is an integer, fahrenheitTemp is double, input is an object data type
29th Jan 2018, 9:48 PM
kayode agboola
kayode agboola - avatar
0
i mean point out the variables in the code and what type they are
29th Jan 2018, 9:44 PM
8BitHeals
8BitHeals - avatar