- 1
Write a program that will multiply the sum of 5 and 6 by 57.3 and output the result.
Pls help.
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?
+ 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.
:)
0
print((5+6)*57.3)
# Is it the correct answer?