mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[Java/en]Fix small typo in Java English tutorial (#2743)
This commit is contained in:
parent
b287837c73
commit
bb1d9c2a9e
@ -92,7 +92,7 @@ public class LearnJava {
|
||||
int numInt = scanner.nextInt();
|
||||
|
||||
// read long input
|
||||
float numFloat - scanner.nextFloat();
|
||||
float numFloat = scanner.nextFloat();
|
||||
|
||||
// read double input
|
||||
double numDouble = scanner.nextDouble();
|
||||
|
Loading…
Reference in New Issue
Block a user