• C++

    আয়তক্ষেত্রের ক্ষেত্রফল বের করার প্রোগ্রাম।

    #include<stdio.h>
    int main()
    {
         int a,b,area;
         printf("Enter the base : ");
         scanf("%d", &a);
         printf("Enter the height : ");
         scanf("%d", &b);
         area = a*b;
         printf("Area of rectangle : %d\n", area);
         return 0;
    }
    
    Or:
    #include<stdio.h>
    #include<conio.h>
    void main()
    {
         int a,b,area;
         printf("Enter the base : ");
         scanf("%d", &a);
         printf("Enter the height : ");
         scanf("%d", &b);
         area = a*b;
         printf("Area of rectangle : %d\n", area); 
         getch();
    }
  • 0 comments:

    Post a Comment

    New Research

    Attention Mechanism Based Multi Feature Fusion Forest for Hyperspectral Image Classification.

    CBS-GAN: A Band Selection Based Generative Adversarial Net for Hyperspectral Sample Generation.

    Multi-feature Fusion based Deep Forest for Hyperspectral Image Classification.

    ADDRESS

    388 Lumo Rd, Hongshan, Wuhan, Hubei, China

    EMAIL

    contact-m.zamanb@yahoo.com
    mostofa.zaman@cug.edu.cn

    TELEPHONE

    #
    #

    MOBILE

    +8615527370302,
    +8807171546477