Question: solve in c++ programming Objectives Familiare the stodent with: declaring structured dats types; * decring structured variables; referring to a structure's fields Scenario We've shown

solve in c++ programming
Objectives Familiare the stodent with: declaring structured dats types; * decring structured variables; referring to a structure's fields Scenario We've shown you how to dec lare structures intended to store information about dates. Now we encourage you to dec hure a structure for handling the time of day with an accuracy of one minute. We think your structure will have two fields, but we doe't want to sugaes anything more- all the design decisions are up to you After you've done that, dac lare a variable of the previously declared structure type and write a code asking your user for two values: hours and mnutes. Note y 24 hour clock, sometimes referred to as "milkary time Check the inputted values carefully- don't accept ideas like 25.71; store the values in Next, imput an int value ap eo t muimber duraion of ome evet Your task to output a time of day (hours and minutes respective show it in the form "HI-EMM" y) that wil be shown on clocks immediately after our event; try to Test your code using the data we've provided Example input 12 58 23 Example output 12:21
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
