My first post - April 02, 2020 This is my website . Welcome everybody to my new website. Here there are some necessary things of yours. Get link Facebook Twitter Pinterest Email Other Apps
ত্রিভুজের ক্ষেত্রফল (বাহু ও উচ্চতা) নির্ণয়ের সি প্রোগ্রামিং - August 25, 2020 #include<stdio.h> #include<conio.h> main() { int b, h, area; printf("Enter Base and Height:"); scanf("%d" "%d", &b, &h); area =1/2*b*h; printf("Area is: %.2f", area); getch(); } Get link Facebook Twitter Pinterest Email Other Apps Comments
Comments
Post a Comment