| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/Doanhdz/cpp-programming/main/OOP1-Lab1/Source.cpp | [Back] [Original] |
//U1910049 Rustam Zokirov
//Section 004
//Assignment-2(Operators)
//C++ program to Calculate Area and Circumference of Circle
#include
using namespace std;
int main(){
cout R;
if (R > 0) {
Area = 3.14 * R * R;
Circumference = 2 * 3.14 * R;
cout
| Web Proxy Viewer | New URL | Original Page |