Search:

Type: Posts; User: jcoltrin70

Search: Search took 0.46 seconds.

  1. Re: Newbie question - print out strings from input

    Thanks sleepy, that worked, but I ended up with the following to make the formatting look better:


    //allow user input with Scanner utility
    import java.util.Scanner;

    //create class named...
  2. Newbie question - print out strings from input

    Hi all, I'm just getting started with Java and created a simple app. Please see the code and the output. Where did I go wrong? Do I need to set the variable of "display" on top of the input? Why is...
Results 1 to 2 of 2