mirror of
https://github.com/Soccera1/agg.git
synced 2025-09-22 06:37:04 +02:00
add result to incorrect answer
This commit is contained in:
parent
63b060c0db
commit
8d7b0d2405
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ int main(void) {
|
||||||
printf ("Correct!\n");
|
printf ("Correct!\n");
|
||||||
score++;
|
score++;
|
||||||
} else {
|
} else {
|
||||||
printf ("Incorrect!\n");
|
printf ("Incorrect! The correct answer is %g.\n", result);
|
||||||
}
|
}
|
||||||
|
|
||||||
// DEBUG
|
// DEBUG
|
||||||
|
|
Loading…
Add table
Reference in a new issue