- 1
Write a program that will multiply the sum of 5 and 6 by 57.3 and output the result.
2 Respostas
+ 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
+ 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.