Search:

Type: Posts; User: ikebaseball28

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    1,899

    Re: Strings, if statements, while loops

    Professor gave us a few lines of code that should be used in this program so I put it all together just to have it all there. It's certainly not in order towards the end but I don't know how exactly...
  2. Replies
    2
    Views
    1,899

    Re: Strings, if statements, while loops

    This is what I have on eclipse now:

    import java.util.Scanner;

    public class cs201
    {
    public static void main(String[] args)
    {
    Scanner stdIn = new Scanner(System.in);
    String guess;
  3. Replies
    2
    Views
    1,899

    Strings, if statements, while loops

    There is a "fun" children's game where one child thinks of a "common phrase", then the second child repeatedly makes guesses as to the letters that it contains.

    You are to write a Java program...
Results 1 to 3 of 3