Search:

Type: Posts; User: finjws

Search: Search took 0.10 seconds.

  1. Re: Use a method to find out if any last name is "Doe".

    Thanks Norm!
  2. Re: Use a Method in Java to find the Last name of any given name

    The format for the full name is First, Middle, Last.

    Thanks in advance.

    Best Regards,
  3. Use a method to find out if any last name is "Doe".

    I need to use a method to find out if any last name is "Doe". Use a loop statement to achieve this. Print out their full names.

    Here is the code that I have written. It works but I not sure that...
  4. Use a Method in Java to find the Last name of any given name

    I need to use a method to find out the last name of any given name - meaning given any full name as a parameter the method should return the last name.

    Here is the code that I have written but...
  5. Replies
    12
    Views
    3,689

    Re: Display patterns on the screen

    Could you please help me with the solution since I need to submit it tonight. Thanks in advance.
  6. Replies
    12
    Views
    3,689

    Re: Display patterns on the screen

    Here is the assignment question:

    Use nested loop to print out the following pattern on the screen: the first number in each pair represents the row number and the second one represents the column...
  7. Replies
    12
    Views
    3,689

    Re: Display patterns on the screen

    Thanks for the response.
    Here are the responses to your questions:

    The row numbers stay constant but the column number increases
    2, 3, 4 go in the rest of the columns on the line.

    Thanks.
  8. Replies
    12
    Views
    3,689

    Display patterns on the screen

    I am a beginner in java programming and I need help to use nested loop to print out the following pattern on the screen. The first number in each pair represents the row number and the second one...
Results 1 to 8 of 8