Search:

Type: Posts; User: ashboi

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,274

    Re: Please help with cumulative sum code...

    Thanks a million... Works perfectly. Defined it as
    static int cum
  2. Replies
    6
    Views
    1,274

    Re: Please help with cumulative sum code...

    import java.util.Scanner;
    public class Hangman
    {
    int cum;
    public static void main(String[] args)
    {
    System.out.println("Welcome to Hangman... v1.0 - Designed Ashley Bwanya");...
  3. Replies
    6
    Views
    1,274

    Re: Please help with cumulative sum code...

    Tried it but the method cannot reach the varible. And yes its the same problem
  4. Replies
    6
    Views
    1,274

    Please help with cumulative sum code...

    This is sample of my code. I need be able to have a cumulative score after the user plays x number of times. But keep getting same answer.




    import java.util.Scanner;
    public class Hangman...
Results 1 to 4 of 4