Write a program that will multiply the sum of 5 and 6 by 57.3 and output the result. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Write a program that will multiply the sum of 5 and 6 by 57.3 and output the result.

10th Feb 2022, 6:21 PM
Baloye Oluwafunmilayo
Baloye Oluwafunmilayo - avatar
2 Answers
+ 2
G'day Baloye Oluwafunmilayo what have you thought to use? Show us your code! You could edit your post: change the tag to the language you are working in, add your code (or your psuedocode / logic). Did you know you can link posts / code bits? have you found the search bar in SoloLearn Q&A? it is the magnifying glass icon at the top of the discuss screen. https://www.sololearn.com/discuss/1316935/?ref=app
10th Feb 2022, 7:22 PM
HungryTradie
HungryTradie - avatar
+ 2
You would be looking to do something like (5+6)*57.3. In most languages you can put all of that in the print/console/ouput.
10th Feb 2022, 11:16 PM
Ausgrindtube
Ausgrindtube - avatar