I like if you can Post Some Questions to Test My Knowledge.
Because I like to Test My Knowledge with Professionals.

I have learned till Constants. I like Questions till that.
Thanks
Code: Select all
#include<iostream>
using namespace std;
int main ()
{
int width,length,area,perimeter;
cout<<" Rectangle Area and perimeter Calculator by Nipuna " <<endl<<endl;
cout<<"enter width :-";
cin>>width;
cout<<"enter length:-";
cin>>length;
area=width*length;
cout<<"Area of the Rectangle :-" <<area<<endl;
perimeter=width+width+length+length;
cout<<"perimeter of the Rectangle :- "<<perimeter;
cin.get();
cin.get();
return 0;
}
It is okay. You can simply refer, executable file.I attached the Compiled Byte Code too.
I think source code is more than enough...Oh Sorry ROBOT.LK don't let me to add .EXE files.