update,
This commit is contained in:
17
marissa.sam/_prompts/step1/step1.md
Normal file
17
marissa.sam/_prompts/step1/step1.md
Normal 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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user