Write program to convert minutes to time

Assignment Help C/C++ Programming
Reference no: EM132432249

Problem: Write program to convert minutes to time (separate hours/minutes). Include a user-defined void function named ' minutesToTime ' that will take an integer number of minutes and convert it to two separate integer values that represent the equivalent number of hours and minutes. Your must use reference parameters for the hours and minutes.

void minutesToTime (int minute_value, int& hours, int& mins)

Your main program should do the following:

  • prompt the user and take as input an integer number of minutes from the console.
  • call minutesToTime to compute the equivalent number of hours and minutes.
  • display the result on the terminal display using a 'colon' character to separate the hours/minutes. Moreover, if the number of minutes is less than 10, print it out with a leading zero (so, e.g. 8 minutes would be printed as 08 rather than 8).
  • Include a loop that will continue this process as long as the user wishes.

Example:

Enter a number of minutes: 60

Hours:minutes is 1:00

Continue? (y/n): y

Enter a number of minutes: 8

Hours:minutes is 0:08

Continue? (y/n): y

Enter a number of minutes: 337

Hours:minutes is 5:37

Continue? (y/n): n

Reference no: EM132432249

Questions Cloud

Prepare thesis on validation of aerodynamics performance : Prepare Thesis on Validation of aerodynamics performance and stability - The first chapter which is abstract, aim and objectives and introduction
Should mental health screening be done at annual wellness : Explain the mental health and also discuss that Should mental health screening be done at annual wellness .
What is the racial or ethnic preference : What is the racial or ethnic preference. Develop understanding of how aging, diversity, life events, and the social environment impact the aging experience.
Two types of statements over the other : Why might a programmer choose one of these two types of statements over the other? When is one better than the other?
Write program to convert minutes to time : Write program to convert minutes to time (separate hours/minutes). Include a user-defined void function named ' minutesToTime
Write a program that will read in a length : Write a program that will read in a length in meters and output the equivalent length in feet and inches.
Discuss the faith in the interpretation of the material : Give at least two specific examples where you recognized your own bias, worldview, faith in the interpretation of the material this semester?
Determine what the income before taxes : The 2018 year-end inventory was understand by $17,000. Determine what income before taxes for 2018, 2019, should have been after correcting for the errors
Write a header file that contains the prototype : Write a header file that contains the prototype for a function that takes two value parameters (both floats) and returns a single character output.

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Create program that uses functions and reference parameters

Create program that uses functions and reference parameters, and asks user for the outside temperature.

  Write a program using vectors and iterators

Write a program using vectors and iterators that allows a user to maintain a personal list of DVD titles

  Write the code required to analyse and display the data

Calculate and store the average for each row and column. Determine and store the values for the Average Map.

  Write a webservices application

Write a webservices application that does a simple four function calculator

  Iimplement a client-server of the game

Iimplement a client-server version of the rock-paper-scissors-lizard-Spock game.

  Model-view-controller

Explain Model-View-Controller paradigm

  Design a nested program

How many levels of nesting are there in this design?

  Convert celsius temperatures to fahrenheit temperatures

Write a C++ program that converts Celsius Temperatures to Fahrenheit Temperatures.

  Evaluate and output the value in the given base

Write C program that will input two values from the user that are a Value and a Base with which you will evaluate and output the Value in the given Base.

  Design a base class shape with virtual functions

Design a base class shape with virtual functions

  Implementation of classes

Implementation of classes Chart and BarChart. Class barChart chould display a simple textual representation of the data

  Technical paper: memory management

Technical Paper: Memory Management, The intent of this paper is to provide you with an in depth knowledge of how memory is used in executing, your programs and its critical support for applications.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd