
Menentukan apakah bilangan tersebut persegi atau persegi panjang
input A=6, B=4
C++
#include <iostream>#include <conio.h>/* run this program using the console pauser or add your own getch, system("pause") or input loop */using namespace std;class A { public : void input (); void proses (); ...