Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a directory on the linux server called test1. You must place the test in that directory (worth 5 points for that task). Write a
Create a directory on the linux server called test1. You must place the test in that directory (worth 5 points for that task). Write a 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). 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 test. The .cpp file should reside on the linux server by the due date in order not to lose any points. The flowchart or psuedocode should be uploaded to this assignment page
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started