Search:

Type: Posts; User: Dax-o-tron

Search: Search took 0.01 seconds.

  1. Expected bracket and unterminated string problem

    I am building a program which accepts a number between 5 and 95 and sorts that number into change of 50-20-10 and 5 cent pieces.
    It has the errors:

    line 3- ) expected
    line 6- unterminated string...
  2. Replies
    8
    Views
    1,051

    Need help with errors

    This program accepts a number of cents between 5 and 95 and sorts it out into change of 50,20,10 and 5 cent pieces. It seems to be having errors in the printf where it printf out the number of coins....
  3. Replies
    1
    Views
    1,198

    Having trouble with a C program

    I am trying to write a c program which you input 3 sides of a triangle and it tells you if it is a valid triangle of not and what kind of triangle it is, it compiles and runs without errors but the...
  4. Replies
    4
    Views
    857

    Need help with this code

    I am new to programming, I am trying to make a calculator in C where a user can press 1 or 2 to choose from addition or multiplication. It is having some errors in the compiler and I cannot figure...
Results 1 to 4 of 4