Describe the bug
The program compile but said that i have an error in the code . But my code is right i didn't find any error.
To Reproduce
Steps to reproduce the behavior:
if (i>=0){
return i ;
}
else{
return -i ;
}
The answer of the system was :
There are errors in your answer. Your mark is 0.0%. [Submission # 5f8d65a1fb18016d7de701b7]
Expected behavior
I expert the system to validate my code
Describe the bug
The program compile but said that i have an error in the code . But my code is right i didn't find any error.
To Reproduce
Steps to reproduce the behavior:
if (i>=0){
return i ;
}
else{
return -i ;
}
The answer of the system was :
There are errors in your answer. Your mark is 0.0%. [Submission # 5f8d65a1fb18016d7de701b7]
Expected behavior
I expert the system to validate my code