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 6ff2982 commit 986216bCopy full SHA for 986216b
src/return_values/challenges.md
@@ -77,7 +77,7 @@ double multiply(double x, double y) {
77
void main() {
78
int x = 5;
79
int y = 8;
80
- int z = subtractInt(add(4, 5), mul(4, 2));
+ int z = subtractInt(add(4, 5), multiply(4, 2));
81
82
System.out.println(z);
83
}
0 commit comments