Advertisement
Guest User

Untitled

a guest
May 19th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.25 KB | None | 0 0
  1. include<stdio.h>
  2. int main()
  3. {
  4.     int bhumi=45 ,ucchota=34,khetrofol;
  5.     printf ("enter the values of bhumi and ucchota:");
  6. scanf("%d%d",&bhumi,&ucchota);
  7.     khetrofol=.5*bhumi*ucchota;
  8.     printf("khetrofol is =%d",khetrofol);
  9.  
  10.     return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement