WAP to find area of circle in C++ which radius is 4,5 respectively using Class and Object | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

WAP to find area of circle in C++ which radius is 4,5 respectively using Class and Object

https://code.sololearn.com/cGV7FHppdBJA/?ref=app

29th Apr 2018, 2:51 PM
RanZan Pudasaini
RanZan Pudasaini - avatar
1 ответ
+ 2
Here's a hint: you will need to start with a class and a class constructor that takes a floating point variable for the radius. Good luck
30th Apr 2018, 1:04 AM
Zeke Williams
Zeke Williams - avatar