Search:

Type: Posts; User: Kyrocco

Search: Search took 0.11 seconds.

  1. Thread: Question

    by Kyrocco
    Replies
    2
    Views
    632

    Question

    How do I use more then one int in a public static void displayTwiceTheNumber
  2. Thread: Question

    by Kyrocco
    Replies
    2
    Views
    632

    Question

    How do I use more then one int in a public static void displayTwiceTheNumber
  3. Thread: Java Problem

    by Kyrocco
    Replies
    1
    Views
    1,325

    Java Problem

    Anyone willing to help me with this?

    Part A:

    Write an application whose main() method holds two integer variables. Assign values to the variables. In turn, pass each value to methods named...
  4. Replies
    4
    Views
    1,218

    Help please

    I was writing some practice codes and keep getting the same error.


    import java.util.Scanner;
    public class NumbersDemo
    {
    public static void main (String args[])
    {
    int a = 5;
    int...
  5. Replies
    4
    Views
    1,218

    Re: What is wrong with my code.

    Ok that fixed that error but now it gives the error, **error: method displayNumberPlus100(int) is already defined in class NumbersDemo**, for every (int b)
  6. Replies
    4
    Views
    1,218

    What is wrong with my code.

    I looked up some Java problems and made a code for one but it keeps giving the same error on the public classes
    import java.util.Scanner;
    public class NumbersDemo
    [{
    public static void main...
Results 1 to 6 of 6