Answer to this question. | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 3

Answer to this question.

Answer is in the question,'Type in a code to declare variable b and assign a's value to b, and then print their sum to the screen' Answer is A, +.

11th Jul 2017, 7:17 AM
Mike Colas
Mike Colas - avatar
6 Respuestas
+ 4
the correct answer is b = a is answer
29th Mar 2021, 8:05 AM
v manojbabu
v manojbabu - avatar
+ 1
this QA discussion is for queries.. not to get solutions of homeworks.. first self try..
11th Jul 2017, 7:24 AM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
+ 1
int var3; double salary; bool ab_c14;
8th Dec 2020, 8:09 AM
Ricardo M Delgado
Ricardo M Delgado - avatar
0
Fill in the blanks to declare an int variable named var3, a double variable named salary, and a bool variable named ab_c14. var3; salary; ab_c14;
8th Dec 2020, 7:49 AM
Ricardo M Delgado
Ricardo M Delgado - avatar
0
Fill in the blanks to declare a variable called 'city' and assign the value "new york" to it String _ ; City _ "New york" _
15th Apr 2023, 5:59 AM
Batchu Jayanth Baba
Batchu Jayanth Baba - avatar
0
Fill in the blanks to declare a variable called 'city' and assign the value "New York" to it. String city ; city = "New York" ;
18th Oct 2023, 2:33 AM
Cj Quite
Cj Quite - avatar