C+ Plus Program - Tscl channel 12

C+ Plus Program

C Program 1

#include<stdio.h>
void main()
{
int area, w , h;
printf("enter the value w");
scanf("%d",&w);
printf("enter the value h");
scanf("%d",&h);
area=w*h;
printf("area of rectangle =%d",area);
getch();
}


C+ Plus Program C+ Plus Program Reviewed by Tejpal singh on March 14, 2022 Rating: 5

No comments:

Adsss

Powered by Blogger.