Question: / / printf statements are user understanding purpose and you can remove if you don't want printf ( Enter birth month: ) ;

//printf statements are user understanding purpose and you can remove if you don't want
printf("Enter birth month: ");
//scanf reads the input from the user
scanf("%d", &birthMonth);
//printf statements are user understanding purpose and you can remove if you don't want
printf("Enter birth year: ");
//scanf reads the input from the user
scanf("%d", &birthYear);
printf("%d/%d
", birthMonth, birthYear);

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!