Search:

Type: Posts; User: shep

Search: Search took 0.08 seconds.

  1. Re: Hey guys i've been trying to write this program for ages please Help!!

    well it would be going down from the inputted number like if i inputted 24 and this program goes down in 3 then i would like it to 24,21,18,15,12,3,6,3,0 like that but i tried the i-- and i got an...
  2. Hey guys i've been trying to write this program for ages please Help!!

    how do i reverse an order of numbers starting with the input and working it's way down


    import java.io.*;
    import java.util.*;

    public class question4
    {
    public static void main(String[]...
Results 1 to 2 of 2