Write a program that asks the user to enter any date in the format specified above (month/day/2-digit-year). (It is very important that the input is in the correct format, typed all at once, all on one line, by the user. See the hints below.) The program should then determine whether the month times the day is equal to the year. If so, it should display a message saying the date is magic. Otherwise it should display a message saying the date is not magic. Do not use any string variables in this assignment.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

This is your first activity that is labelled as a "project." You should use your IDE to develop projects instead of typing them directly into zyBooks. Also, some projects will be reviewed by me to ensure that requirements and style conventions have been met.

The main objective for this first project is to get your IDE set up and successfully compile and execute your first C++ program. You may assume that the user will provide properly formatted, valid data.

The date June 10, 1960 is special because when we write it in the following format, the month times the day equals the year:

6/10/60

Write a program that asks the user to enter any date in the format specified above (month/day/2-digit-year). (It is very important that the input is in the correct format, typed all at once, all on one line, by the user. See the hints below.) The program should then determine whether the month times the day is equal to the year. If so, it should display a message saying the date is magic. Otherwise it should display a message saying the date is not magic.

Do not use any string variables in this assignment.

Hints: Read the three data into three separate int variables. Even though the user will be typing only one line of input, you will be using the extraction operator multiple times to read that input. I strongly suggest that you review lesson 2.9 before starting on this assignment.

To make your job easier, we will specify that it is still a valid date if the user uses a different punctuation character instead of a slash. For example, 6%10;60 would be a valid date (and a magic date).

Here are two sample runs (user's input shown in bold):

Enter a date in the format month/day/2-digit-year: 6/10/60 That is a magic date! Enter a date in the format month/day/2-digit-year: 6/10/61 That is not a magic date!

If you are having trouble handling the slashes, I'd suggest that you begin by writing the following program, which is one step toward the complete program: Write and test a complete program that (1) asks the user to enter a month followed by a single punctuation character, and then (2) prints the month and punctuation character that were entered. Here is a sample run of this first-step program (user's input shown in bold):

Enter a month as an integer, followed by a punctuation character: 6# You entered the month 6 followed by the punctuation character #

 

Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Concept of pointer parameter
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-engineering and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY