Bangla C programming tutorial 24 if else basic

preview_player
Показать описание
Bangla C programming tutorial 24 if else basic Bangla
সি প্রোগ্রামিং ।
Рекомендации по теме
Комментарии
Автор

Hello, Brother I really appreciated for your nice effort. thank you so much...

fariduzzaman
Автор

"garbej man ase kemon" ?


#include <stdio.h>
#include <stdlib.h>

int main()
{
int a;
int b;

printf("Enter the velu a =");
scanf("%d", &a);

printf("Enter the velu b=");
scanf("%d", &b);

if ( a > b)
{
printf(" %d that is true");
}

else
{
printf("%d that is foles");
}


return 0;
}

mdsahidurrahman
welcome to shbcf.ru