1. //construct a Scanner object with two lines
  2. Scanner in;
  3. in = new Scanner(System.in);
  4.