Search:

Type: Posts; User: Baboop

Search: Search took 0.11 seconds.

  1. Re: Most of my code works when executed except for the Min and Max calculations

    i only added the println to the min and max because those are the only two that aren't working properly.
  2. Re: Most of my code works when executed except for the Min and Max calculations

    it printed "The smallest value is 0" for the min and "The largest value is 0" for the max.
  3. Re: Most of my code works when executed except for the Min and Max calculations

    even with the println call it still says the max and min are both 0.
  4. Re: Most of my code works when executed except for the Min and Max calculations

    yes it executes but it just says the min value is 0 and the max value is 0
  5. Most of my code works when executed except for the Min and Max calculations

    Everything works exactly like its suppose to but when its suppose to show the max and min values out of the 3 numbers, it just returns 0.



    //23.4
    import java.awt.Graphics;
    import...
Results 1 to 5 of 5