edisplay
8/21/2016 - 2:14 PM

https://repl.it/Cpe1/0 created by edisplay

https://repl.it/Cpe1/0 created by edisplay

java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
>>> Francisco Cruz
This morning I came from North Bergen, NJ
I took a Bus to Porth Authority on 42nd Street, and then
I took the Seven Train to 33rd Street.
class Main {
  public static void main(String[] args) {
    System.out.println("Francisco Cruz");
    System.out.println("This morning I came from North Bergen, NJ"); 
    System.out.println("I took a Bus to Porth Authority on 42nd Street, and then");
    System.out.println("I took the Seven Train to 33rd Street.");
    System.out.println("I learned to code my first program in Java");
    System.out.println("I hope to learn to master Java everyday");
  }
}