[Java/en]Fix small typo in Java English tutorial (#2743)

This commit is contained in:
Yerkebulan Tulibergenov 2017-05-31 00:58:51 -07:00 committed by ven
parent b287837c73
commit bb1d9c2a9e

View File

@ -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();