Write a program that requests the day the month and the


Assignment

Programs

1. Write a program that requests the day, the month and the year.

Use string spacing, newline, end line and tab to format the output as follows (user input is italicized for clarity):

Output Example

What day is today? Friday
What month is it? September
What year is this?
2014
Today is:
Friday
September
2014

2. Write a program that requests a major and college using the cin command.

Test the program with the input "Biology" and "Queens".

Use string spacing, newline, end line and tab to format the output as follows (user input is italicized for clarity):

Output Example
What is your major? Engineering
What four year school do you plan to attend? Queens
You will be studying Engineering at Queens.

3. Write an alternate version of program two using the getline command to accept multi-word majors.

Output Example
What is your major? Computer Science
What four year school do you plan to attend? Queens
You will be studying Computer Science at Queens.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a program that requests the day the month and the
Reference No:- TGS02648553

Expected delivery within 24 Hours