文件名称:project1
介绍说明--下载内容均来自于网络,请自行研究使用
Write a program that asks you 10 records of students. Each record consists of a name (w/o space), and scores for three courses (in integer, 1 to 5). Output a list as the next page and calculate average score (in float) of each student and each course. Output the lowest and highest score for each course.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Student.h
Assignment 001.pdf
Class.cpp
Class.h
Course.cpp
Course.h
main.cpp
Student.cpp