mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-20 21:42:14 +02:00
[en/java] mistake fix and add missed assignment (#4344)
This commit is contained in:
@@ -91,6 +91,9 @@ public class LearnJava {
|
||||
int numInt = scanner.nextInt();
|
||||
|
||||
// read long input
|
||||
long numLong = scanner.nextLong();
|
||||
|
||||
// read float input
|
||||
float numFloat = scanner.nextFloat();
|
||||
|
||||
// read double input
|
||||
|
Reference in New Issue
Block a user