+ 1
Help me out guys m not gud with maths
Write a program that will multiply the sum of 5 and 6 by 57.3 and output the result.
6 Answers
+ 2
You have to multiply the sum of 5 and 6 by 57.3. So you have to multiply (5+6) by 57.3 which is:
(5+6)*57.3 right? This is simple. To output it, do the specific thing to output in the language you're using. You didn't mention your language
+ 2
Sboy Oratilwe in Python it'll be like,
print((5+6)*57.3)
+ 2
Happy to help :)
+ 1
Owk Thanks it's Python
+ 1
Yes Thanks Rishi I figured out it was very tricky you did helpme..
+ 1
That's good I did follow you I can use some help