20. Study the following statement
>>>"a" +"bc"What will be the output of this
statement?
Answers
Answered by
0
Answer: First you need to set the value of the variables a, b and c.
So let's a=1 ,b=2 and c=3.
Here the function is "a"+"bc".
So a=1 and bc=2*3=6.
Note:The plus sign is not included in function.So we just write the values with each other.
So the answer will be 16(according to my values).
You just multiply b with c and write a with the product of b and c. That is the answer.
Sorry for the long answer,if you had given values the answer was short.
Similar questions