Search:

Type: Posts; User: Seraphim

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,616

    Re: HELP JAVA PROGRAM ! Urgently

    "Helping" implies that we will give you ideas and lead you into the right direction, not code for you. Because then you have learnt nothing..... -_-
  2. Thread: Logical

    by Seraphim
    Replies
    10
    Views
    1,242

    Re: Logical

    Try looking at breaking apart the massive thing first, from there on in it becomes easy.
    1. break up into the smaller numbers
    2. add the smaller numbers
    3. save this total
    4. display this total
    ...
  3. Replies
    6
    Views
    1,616

    Re: HELP JAVA PROGRAM ! Urgently

    Have you even attempted doing this at all?
  4. Thread: Logical

    by Seraphim
    Replies
    10
    Views
    1,242

    Re: Logical

    Think logically how you would do this. On paper you would write down the numbers and then add each one to the next till you have a total.
    In a computer you have to first "write" down the numbers by...
  5. Thread: Logical

    by Seraphim
    Replies
    10
    Views
    1,242

    Re: Logical

    Can you give me an idea of what you have already and what code you have tried please.
  6. Replies
    11
    Views
    1,696

    Re: Consecutive number addition

    If I were doing this on paper to add something up you plus one thing to another, so maybe you should try to add another variable that equals the number you just read into your array and add it to the...
  7. [SOLVED] Re: Need Urgent help, very easy code just missing some needed knowledge

    Thanks that helped.

    --- Update ---

    I did figure it out in the end. but yes thank you for your teaching @vijay196
  8. [SOLVED] Need Urgent help, very easy code just missing some needed knowledge

    public class BasicExamRevision1 {
    public static void main(String[] args) {
    int i, j, z, y, x;
    int count = 0;
    int RanArray [] = new int[30];
    int countArray[] =...
Results 1 to 8 of 8