| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/Doanhdz/cpp-programming/main/OOP1-Lab1/Source3.cpp | [Back] [Original] |
//U1910049 Rustam Zokirov
//Section 004
//Assignment-2(Operators)
//C++ program to Calculate Area of Right angle Triangle
#include
using namespace std;
int main3() {
cout a;
cout > b;
if (a > 0 && b > 0){
Area = b * a * 0.5;
cout
| Web Proxy Viewer | New URL | Original Page |