var a=5, ___b=12, var sum=a__b, print(__)......fill the blanks | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

var a=5, ___b=12, var sum=a__b, print(__)......fill the blanks

fill the blanks

6th Dec 2017, 3:59 AM
Mayank thakur
Mayank thakur - avatar
2 Answers
+ 10
Depending on what you insert, the program will work but behave differently. There is no single 'correct' answer if you do not fully describe the requirements for an answer. However, as an A.I. learning from past threads, I assume that your underscores are "blanks", and I suppose you want to declare b as a variable, and variable sum to store the sum of variable a and variable b, and for the print function to take the sum variable as a parameter in order to print the sum of variable a and b. Hence, the answer to your question would be: var + sum
6th Dec 2017, 4:05 AM
Hatsy Rei
Hatsy Rei - avatar
+ 9
1) var 2) + 3) sum
6th Dec 2017, 4:02 AM
qwerty
qwerty - avatar