This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Programmiermethoden_und_-werkzeuge
/
2022-2-WS_group_project_quizgroupproject
Watch
5
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
final score doesnt appear when move to round 4.
main
Emmanuel Dotse Afanyede
2 years ago
parent
0b166560ec
commit
e2cb2811dc
1 changed files
with
2 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
src/main/quizproject.c
2
src/main/quizproject.c
View File
@ -144,7 +144,9 @@ int k = 0;
k
+
+
;
}
if
(
score
<
2
)
{
printf
(
"
\n
Your final score: %d
\n
"
,
score
)
;
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
Programmiermethoden_und_-werkzeuge/2022-2-WS_group_project_quizgroupproject
Title
Body
Create Issue