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!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 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 Réponse
+ 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