Showing posts with label toph Problems for Beginners. Show all posts
Showing posts with label toph Problems for Beginners. Show all posts

Sunday, October 27, 2019

Programing problem : Squared






Solution : Code in C language 


#include<stdio.h>
int main()
{
    int a,squre;
    scanf("%d",&a);
    squre=a*a;
    printf("%d\n",squre);
    return 0;
}















Programing Problem:Add Them Up


Solution : Code  in C language 

#include<stdio.h> int main () { int a,b,sum; scanf("%d",&a); scanf("%d",&b); sum=a+b; printf("%d",sum); return 0; }

Programing Problem : Copycut





solution : Code in C language 

#include<stdio.h> int main () { int a; scanf("%d",&a); printf("%d",a); return 0; }

Categories

About Me

My photo
I am Md Fakhrul Islam. I am a student of EEE of Daffodil International University I am expert in SEO and Graphic designing.

Contact Form

Name

Email *

Message *

Popular Posts