#include<stdio.h>
void main()
{
float base,height,area;
printf("enter the value of base and height:> "); scanf("%f %f",&base
,&height
); area=0.5*base*height;
}
I2luY2x1ZGU8c3RkaW8uaD4KCnZvaWQgbWFpbigpCgp7CiAgICBmbG9hdCBiYXNlLGhlaWdodCxhcmVhOwogICAgcHJpbnRmKCJlbnRlciB0aGUgdmFsdWUgb2YgYmFzZSBhbmQgaGVpZ2h0Oj4gIik7CiAgICBzY2FuZigiJWYgJWYiLCZiYXNlLCZoZWlnaHQpOwogICAgYXJlYT0wLjUqYmFzZSpoZWlnaHQ7CiAgICBwcmludGYoIlxuYXJlYT0lZiIsYXJlYSk7Cn0=