Write a program that'll multiply the sum of 5 and 6 by 10 and output the result. 1 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 4

Write a program that'll multiply the sum of 5 and 6 by 10 and output the result. 1

18th Jan 2022, 2:42 AM
gaming killer
gaming killer - avatar
1 Answer
+ 5
Sum of two integers: a + b Multiplying it by another integer: (a +b)*c use print() statement to get the result.
18th Jan 2022, 2:48 AM
Simba
Simba - avatar