Thread: Help me in c++ programming

  1. #1
    Registered User
    Join Date
    Jan 2009
    Posts
    1

    Lightbulb Help me in c++ programming

    PLEASE HELP ME IN THIS C++ PROGRAMMING


    Question 1;
    Write a program that convert form 24-hour notation to 12-hour notation. For example, it should convert 14:25 to 2:25 PM. The input is given as two integers. There should be at least three functions, one for input, one to do the conversion, and one for output. Record the AM/PM information as a value of type char, ‘A’ for AM and ‘P’ for PM. Thus, the function for doing the conversions will have a call-by reference formal parameter of type char to record whether it is AM or PM (The function will have other parameters as well.). Include a loop that lets the user repeat this computation for new input values again and again until the user says he or she wants to end the program.





    Question 2;
    Write a program that requests the current time and a waiting time as two integers for the number of hours and the number of minutes to wait. There should be at least three functions, one for input, one to do the conversion, and one for output. Record the AM/PM information as a value of type char, ‘A’ for AM and ‘P’ for PM. The program then outputs what the time will be after the waiting period. Use 12-hour notation for the times. Include a loop that lets the user repeat this calculation for additional input values until the user says she or he wants to end the program.






    Question 3;
    Write a program that requests the user to enter start-time and end-time in 12-hour notation for an event. The system will calculate the duration of the event and display the duration time as two integers for the number of hours and the number of minutes. Include a loop that lets the user repeat this calculation for additional input values until the user says she or he wants to end the program.

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    What have you tried?
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Maybe YJCHONG should begin by trying to read this
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  4. #4
    3735928559
    Join Date
    Mar 2008
    Location
    RTP
    Posts
    838
    the answer is 42

Popular pages Recent additions subscribe to a feed