Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: j0hnb
  • Content: Threads
  • Order by date
  1. j0hnb

    problem with the ceil command...

    The ceil command is causeing my program to not compile.. is there another command that would have the same effect. to round a number up to it's next whole #.
  2. j0hnb

    Debugging help...

    here is my program and at the end I included the errors that my compiler showed.. please help me fix them. Thanks, john ----------------------------------------------------- #include <stdio.h> int main(void) { int balance, interest, min_payment_one, min_payment_two, balance_two, years...
  3. j0hnb

    simple program.. need help

    I am writting a simple program using loops to figure out credit card dept and how long it will take to pay off your card with a minimum payment. How would I make it so when I calculate the months that it would take to payoff your dept that it rounds up one month. Thanks for your help. -John

Part and Inventory Search

Back
Top