当前位置:编程学习 > C/C++ >>

一道有难度的C语言题目 帮帮忙 写下 会追加分数

Modify the program from question 1 so that it does the following Prompt the user for an action (U (update), P(print), C (clear), Q(quit)); U - it asks for student ID and mark and call update // this is already done P - calls a printmarks function, which outputs the list of students and their marks, one per line. C - Ask for a student number and clears their marks. If the student number starts with '0', it clears all marks. Q - The program terminate
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,