User Profile

Collapse

Profile Sidebar

Collapse
SteadyEddie
SteadyEddie
Last Activity: Jun 9 '07, 04:40 PM
Joined: Mar 29 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • getting data from one GUI and placing it in another GUI

    HI I am writing a program in Java to calculate a loan/mortgage, and I have to have a Input Gui and a Output Gui, how do you call the inputted data to display in the output gui?
    See more | Go to post

  • SteadyEddie
    started a topic Telephone bill
    in C

    Telephone bill

    I have to write a program to calculate a telephone bill, which converts hours into minutes (done), show the day of the week in full from a single letter input (done) calculate the cost of the call (this is were I am stuck). The first 3 minutes are charged at 1.50 and any minutes after that are charged at 0.30 per min.
    The calculation that I have tried reads as follows:

    Code:
     //This Section Calculates The Cost Of The Call. 
    void
    ...
    See more | Go to post
    Last edited by Niheel; Mar 30 '06, 07:14 AM.
No activity results to display
Show More
Working...