Search:

Type: Posts; User: tom619

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    5,634

    standard library

    standard library
  2. Replies
    14
    Views
    5,634

    #include #include "/home/simpleio.h" ...

    #include <stdio.h>
    #include "/home/simpleio.h"

    int main()

    {
    float a = 0,
    printf(" Type in price of product\n"); a = getFloat();

    while (a > 0)
  3. Replies
    14
    Views
    5,634

    whats wrong with getFloat?

    whats wrong with getFloat?
  4. Replies
    14
    Views
    5,634

    i dont know how to complete it

    i dont know how to complete it
  5. Replies
    14
    Views
    5,634

    if you can call this code this is where im stuck!...

    if you can call this code this is where im stuck!

    #include <stdio.h>
    #include "/home/simpleio.h"

    int main()

    {
    float a = 0,
    printf(" Type in price of product\n"); a = getFloat();
  6. Replies
    14
    Views
    5,634

    Supermarket checkout C program

    Hi im a newbie and im not very good so far but i need to be for my university course!

    anyway i need to make a program that uses loops and adds up numbers as they're typed in, in float values, and...
Results 1 to 6 of 6