answersLogoWhite

0

include<stdio.h>

#include<conio.h>

void main()

{

int length, breadth, area ;

printf("\n Enter the length & breadth of a Rectangle");

scanf("d",&length,&breadth);

area=length*breadth;

printf("\n Area of the Rectangle=%d",area);

getch();

}

User Avatar

Wiki User

12y ago

Still curious? Ask our experts.

Chat with our AI personalities

FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran
RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa
ReneRene
Change my mind. I dare you.
Chat with Rene

Add your answer:

Earn +20 pts
Q: Write a c sharp program to find the area of square?
Write your answer...
Submit
Still have questions?
magnify glass
imp