forked from Aryan405/Hacktoberfest2020-Task1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProgram.c
More file actions
22 lines (20 loc) · 731 Bytes
/
Program.c
File metadata and controls
22 lines (20 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#include <stdio.h>
int main()
{
char name,country,skill,github;
printf("Welcome to Hacktoberfest 2020\n");
printf("Enter your name : ");//Get User name
scanf("%d",&name);
printf("Enter your Country of Residance : ");//Get user country
scanf("%s",&country);
printf("Enter your Age : ");//Get user Age
printf("%d",&age);
printf("Enter your github uname : ");//Get user Age
printf("%d",&github cc);
printf("Rate your programmings skills from A-D (A being the highest and D being the lowest : ");//Get user skill level
scanf(" %c",&skill);
printf(" Enter your School : ");
scanf("%k",&school);
scanf("Thank you %c Happy Hacking",country);//Thank the user
return 0;
}