Search:

Type: Posts; User: joelro79

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,577

    Print the 2 greater numbers of 10 numbers.

    /*C Program must enter 10 numbers and print the 2 greatest ones using only while and if.
    i.e.

    1 2 3 4 5 6 7 8 9 10

    greatest numbers are: 10 and 9.

    This is what I've done so far:

    */
  2. Hi guys, I got it!! Thanks for your help and...

    Hi guys, I got it!! Thanks for your help and suggestions, here is the code if somebody needs help.




    #include <stdio.h>
    #include <conio.h>

    main()
  3. Program tha calculates the square and cube of the numbers from 1 to 10.

    / * Program tha calculates the square and cube of the numbers from 1 to 10.
    This is my code so far, it is instructed to only use the if statement (no else, while, for, etc).
    And use the \t to print...
Results 1 to 3 of 3