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!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
- 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 ответ
+ 2
print ((512 - 282) / (47.48 + 5))
27th Apr 2022, 8:27 AM
A͢J
A͢J - avatar