Search:

Type: Posts; User: jeffnine

Search: Search took 0.09 seconds.

  1. Re: Can anyone point me in the right direction with my program?

    import java.util.Scanner;

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

    String response;
    char r, l;
    boolean Right,...
  2. Re: Can anyone point me in the right direction with my program?

    import java.util.Scanner;

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

    String response;
    char R, L;
    boolean Right, Left;
  3. Re: Can anyone point me in the right direction with my program? (beginner)

    We aren't using loops yet. We're using if else statements.
  4. Can anyone point me in the right direction with my program? (beginner)

    The assignment is
    Write a Java program that does the following:
    Prompts the user to input exactly nine characters, which constitude a valid lock combination.
    Gets whatever the user enters and...
  5. Can anyone point me in the right direction with my program?

    The assignment is
    Write a Java program that does the following:
    Prompts the user to input exactly nine characters, which constitude a valid lock combination.
    Gets whatever the user enters and...
Results 1 to 5 of 5