We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157b205 commit 2c695fbCopy full SHA for 2c695fb
src/floating_point_numbers/subtraction.md
@@ -5,7 +5,7 @@ You can subtract any two `double`s using the `-` operator.
5
```java
6
~void main() {
7
double x = 5.1;
8
-// y will be 4.1
+// y will be -4.1
9
double y = x - 9.2;
10
11
IO.println(x);
0 commit comments