How can I write this program that will compute and print the result of (512-282)/(47.48+5) as .107 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How can I write this program that will compute and print the result of (512-282)/(47.48+5) as .107

27th Apr 2022, 7:12 AM
AMUSAN Tolulope Adesesan
1 Answer
+ 2
print ((512 - 282) / (47.48 + 5))
27th Apr 2022, 8:27 AM
A͢J
A͢J - avatar