Program that asks for length and breadth then prints area.

#include<iostream.h>
void main()
{
float l,b,ar;
cout<<"Enter length ";
cin>>l;
cout<<" \nEnter breadth";
cin>>b;
ar=l*b;
cout<<"\narea="<<ar;
}

Comments

Popular posts from this blog

How to root?

Why you should root your phone?