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
Today's Homework - September 13, 2020 #include<stdio.h> #include<conio.h> main() { float n; printf("Enter a number:"); scanf("%d", &n); if(n%2==0) printf("Even Number"); else printf("Odd Number"); getch(); }উদ্দিপকের আলোকে অ্যালগরিদম ও ফ্লোচার্ট নির্ণয় কর Get link Facebook Twitter Pinterest Email Other Apps Comments
Comments
Post a Comment