Thread: Time....conversion (911)

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    5

    Time....conversion (911)

    Hi fellow programmers,

    Hi it is Semma with another question. How do i make a program

    read a user's name, and two integers that represent a time

    length in hours and minutes and outputs the equivalent time in ll

    length in minutes, in a message using the user's name. Here is

    an example of a program working:

    What is your name ? Semma

    What is your last name ? Seven

    What time in hours and minutes would you like converted? 12:30

    Semma Seven, 12 hours and 30 minutes correspond to 750

    minutes.

    Thank you......

  2. #2
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    post your code if you want help.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Execution Time - Rijandael encryption
    By gamer4life687 in forum C++ Programming
    Replies: 5
    Last Post: 09-20-2008, 09:25 PM
  2. Read and set\change system time
    By Hexxx in forum C++ Programming
    Replies: 9
    Last Post: 01-02-2006, 07:11 AM
  3. Do I have a scanf problem?
    By AQWst in forum C Programming
    Replies: 2
    Last Post: 11-26-2004, 06:18 PM
  4. Creation of Menu problem
    By AQWst in forum C Programming
    Replies: 8
    Last Post: 11-24-2004, 09:44 PM
  5. Currency Conversion Program
    By kgraw21 in forum C Programming
    Replies: 5
    Last Post: 04-19-2002, 08:39 AM