0026: Scanner tScanner = new Scanner(System.in); 0027: System.out.print("Type in your first number: "); 0028: double tFirst = tScanner.nextDouble();