En esta lección, los estudiantes aprenderán cómo recibir datos introducidos por el usuario con la clase de Scanner en Java. Después de crear un nuevo objeto tipo Scanner, aprenderán los siguientes comandos, los cuales les permitirán tomar datos desde el usuario.
String name = input.nextLine();
int number = input.nextInt();
double decimal = input.nextDouble();
Students will be able to:
This lesson builds toward the following Enduring Understandings (EUs) and Learning Objectives (LOs). Students should understand that…
These are all the activities included in the lesson