Write a Beginner's C++ program that will personally greet you. (e.g. Welcome back agent Perez!) After greeting you, the program should prompt you for 3 numbers representing, the current date's month, day and year. (e.g. What month is it? (enter as a number): 10 What day is it? (enter as a number): 5 What year is it? (enter as a number): 2021) You will use those numbers to calculate YOUR real birthday and the program will display YOUR current age. (Your real birthday should be stored in other variables or in constants). Original Birthdate is April 9th 1975 The program will display your age and based on the age the program calculated should display a response based on 3 possible conditions. (e.g. age below 18 display "You are a youngling." age above 18 below 25 display "You could be a padawan." age above 25 display "You could be a knight in hopes of becoming a master!" The program should also wish you a Happy Birthday! or a Happy Unbirhtday! You must turn in a flowchart or psuedocode for this Homework.
Write a Beginner's C++
(e.g.
What month is it? (enter as a number): 10
What day is it? (enter as a number): 5
What year is it? (enter as a number): 2021)
You will use those numbers to calculate YOUR real birthday and the program will display YOUR current age. (Your real birthday should be stored in other variables or in constants). Original Birthdate is April 9th 1975
The program will display your age and based on the age the program calculated should display a response based on 3 possible conditions.
(e.g.
age below 18 display "You are a youngling."
age above 18 below 25 display "You could be a padawan."
age above 25 display "You could be a knight in hopes of becoming a master!"
The program should also wish you a Happy Birthday! or a Happy Unbirhtday!
You must turn in a flowchart or psuedocode for this Homework.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images