This commit is contained in:
louiscklaw
2025-01-31 21:27:38 +08:00
parent 8cce226ca9
commit ca0eb416dd
90 changed files with 4082 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
write a cpp function:
This system collects student details like name, marks in each subject.
using cpp, write a console program:
that accepts user input
- name,
- maths marks,
- chinese marks,
- english marks and
- grade,
loop until user enter "END" as name input
print them out when the user input done