- 1
var a=5, ___b=12, var sum=a__b, print(__)......fill the blanks
fill the blanks
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
+ 9
1) var
2) +
3) sum