Search:

Type: Posts; User: JonLane

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    4,886

    Re: program that determines largest and smallest

    your code so far


    int userNumber; //user entered number
    int largestSoFar = 0; //Keeps track of largest number entered
    int smallestSoFar = 500; ...
  2. Replies
    4
    Views
    4,886

    Re: program that determines largest and smallest

    Sorry I am going to rework my solution so it isnt so revealing, I have a bad habit of doing the work for the student
Results 1 to 2 of 2