Search:

Type: Posts; User: Bradshjo

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    1,435

    Re: Converting Cases Help

    How do you use substring to chop of the rest? I got this so far:

    System.out.println("Please enter the Driver's first name: ");
    String fName = scan.next();
    fName =...
  2. Replies
    6
    Views
    1,435

    Converting Cases Help

    I can't get this to work:

    Have the name (first and last) appear using the following format: all letters are lower case except for the first letter of the first and last name: (e.g., John...
Results 1 to 2 of 2