mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 10:01:38 +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();
|
int numInt = scanner.nextInt();
|
||||||
|
|
||||||
// read long input
|
// read long input
|
||||||
|
long numLong = scanner.nextLong();
|
||||||
|
|
||||||
|
// read float input
|
||||||
float numFloat = scanner.nextFloat();
|
float numFloat = scanner.nextFloat();
|
||||||
|
|
||||||
// read double input
|
// read double input
|
||||||
|
Loading…
Reference in New Issue
Block a user