Help me out guys m not gud with maths | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

14th Dec 2021, 10:32 AM
Sboy Oratilwe
Sboy Oratilwe - avatar
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
14th Dec 2021, 10:35 AM
Rishi
Rishi - avatar
+ 2
Sboy Oratilwe in Python it'll be like, print((5+6)*57.3)
14th Dec 2021, 10:42 AM
Rishi
Rishi - avatar
+ 2
Happy to help :)
14th Dec 2021, 10:46 AM
Rishi
Rishi - avatar
+ 1
Owk Thanks it's Python
14th Dec 2021, 10:36 AM
Sboy Oratilwe
Sboy Oratilwe - avatar
+ 1
Yes Thanks Rishi I figured out it was very tricky you did helpme..
14th Dec 2021, 10:44 AM
Sboy Oratilwe
Sboy Oratilwe - avatar
+ 1
That's good I did follow you I can use some help
14th Dec 2021, 10:58 AM
Sboy Oratilwe
Sboy Oratilwe - avatar