This video demonstrates how to create your first interactive program with Java's Scanner variable.
To copy and paste code visit: www.carbon12.life/Tutorials/Novice_Java/23_First_Interactive_Program.php
Begin typing the Scanner setup code. (0:00)
First Line:
import java.util.Scanner;
Second Line:
Scanner Input=new Scanner(System.in);
Finish the setup of the Scanner Variable. (0:56)
Briefly review the code from the last video to build up into the Scanner example. (1:18)
Begin setting up the example for use of the Scanner variable. (1:46)
Execute the scanner example. (2:28)