How can we do this sum print (12*(12*2) ) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can we do this sum print (12*(12*2) )

I can't do that

2nd May 2022, 6:23 PM
Fasi
3 Answers
+ 2
What do you mean?? Run it in the code playground
2nd May 2022, 6:34 PM
MATOVU CALEB
MATOVU CALEB - avatar
0
From one of the math rules, you do the part of the inside brackets first, which is 12 x 2 and that then leaves the next part which is to multiply by 12.
2nd May 2022, 7:56 PM
Ausgrindtube
Ausgrindtube - avatar
0
Deal with the numbers in the bracket first then multipy your answer with 12
4th May 2022, 7:33 AM
Nuel Chife
Nuel Chife - avatar