#include<stdio.h>
#include<stdlib.h>
int main()
{
char ch;
scanf("%c",&ch);
if(ch=='b'||ch=='B')
printf("BOY");
else
printf("GIRL");
}
#include<stdio.h>
#include<stdlib.h>
int main()
{
char ch;
scanf("%c",&ch);
if(ch=='b'||ch=='B')
printf("BOY");
else
printf("GIRL");
}
Hi friends....
In this blog I'm going to give answer for daily test skillrack program, daily challenges and kick start programs and give some coding techniques.
It'll be helpful for u sure and make it usefull
Learn More →
0 Comments