Need help with C++ assignment.
I need to make the source code for Create a C++ console application that converts a time entered in minutes into either a hour/ minute format or into seconds.
It must contain a structure a decision statement and enumeration and constants for the conversion factors. Hers’s what I have so far but I cannot figure out the rest.
#include
#include
using namespace std;
int main()
{
enum menuOptions {hrsMin = 1, secs = 2, exit = 3};
//Displays menu
cout
This open post was written 4 months, 1 week ago | V/U/S: 309, 5, 3 | Edit Post | Leave a reply | Report Post
Reciprocity (0)
Since writing this post bickling7 may have helped people, but has not within the last 4 days. bickling7 is a verified member, has been around for 11 months, 3 weeks and has 5 posts and 158 replies to their name.
Invite Others to Help
A logged in and verified Help.com member has the ability to setup a Friends List and invite others to help with posts.
