Question: C++ Complete the following program so that 3 random numbers are generated. (10 points) Write a program that outputs a random birthday for Jessika in

C++

C++ Complete the following program so that 3 random numbers are generated.

Complete the following program so that 3 random numbers are generated. (10 points) Write a program that outputs a random birthday for Jessika in the format "MM/DD/YYYY. Seed the random number generator with a seed of 2 Correct range for the Month (2 points) Correct range for the Day [account for the longest possible month onlyl (2 points) Correct range for the Year: From 1980 - 2017 (2 points) Output of the date in the correct format (2 points) Output the current age of Jessika as of the first of the month Only output the generated values, each should be on its own line except for the formatted birthday. Example 31 1992 7/31/1992 25

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!