mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[en/java] mistake fix and add missed assignment (#4344)
This commit is contained in:
parent
a0736c7a17
commit
0379989cfb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user