We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e19ae commit c58dc37Copy full SHA for c58dc37
src/floating_point_numbers/challenges.md
@@ -25,7 +25,7 @@ What will this program output when run? Write down your guess and then try runni
25
void main() {
26
double x = 5.1;
27
double y = 2.1;
28
- System.out.println(x + y);
+ System.out.println(x - y);
29
}
30
```
31
0 commit comments