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.

Pls help.

29th Nov 2021, 2:02 PM
prajakta gurav
3 Answers
+ 6
SoloProg , i still believe that giving hints or tips to the op will be the better way to help people develop their coding skills. may be it takes a bit more time and effort from you, but it is worth to do so. don't you think?
29th Nov 2021, 8:12 PM
Lothar
Lothar - avatar
+ 2
Lothar , I agree with you. more than 30 years ago I used to find difficulty learning programs . Sometimes I give them raw code so they find programming easy and begginer-friendly and so that they love coding. :)
30th Nov 2021, 7:00 PM
SoloProg
SoloProg - avatar
0
print((5+6)*57.3) # Is it the correct answer?
29th Nov 2021, 2:14 PM
SoloProg
SoloProg - avatar