Search:

Type: Posts; User: Ripley

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    4,027

    Largest / Smallest (5 integers)

    #include <stdio.h>

    int main()
    {

    int a,b,c,d,e;

    printf( "Enter number for 'a':\n" );
    scanf( "%d", &a );
    printf( "Enter number for 'b':\n" );
  2. Replies
    4
    Views
    1,083

    I'm sorry, I don't quite understand your reply,...

    I'm sorry, I don't quite understand your reply, please remember I am only just a beginner. :)
  3. Replies
    4
    Views
    1,083

    Even or Odd Question

    Hello everyone, I am new member to this forum and just starting to explore this excellent website.

    I am in a programming class in University and need help with this particular question.

    I need...
Results 1 to 3 of 3