Search:

Type: Posts; User: CSUTD

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,315

    Re: Help with methods

    Thanks, glad to help.
  2. Replies
    4
    Views
    1,315

    Re: Help with methods

    I figured it out

    Final code:



    public static void main(String[] args)
    {
    Scanner keyboard = new Scanner (System.in);
  3. Replies
    4
    Views
    1,315

    Help with methods

    public static void main(String[] args)
    {
    Scanner keyboard = new Scanner (System.in);

    float x;
    int y;
    char ch1, ch2;
    String name;
    ...
Results 1 to 3 of 4