Write a C++ program that will read the assignment marks of each student and store them in two- dimensional array of size

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

Write a C++ program that will read the assignment marks of each student and store them in two- dimensional array of size

Post by answerhappygod »

Write A C Program That Will Read The Assignment Marks Of Each Student And Store Them In Two Dimensional Array Of Size 1
Write A C Program That Will Read The Assignment Marks Of Each Student And Store Them In Two Dimensional Array Of Size 1 (27.25 KiB) Viewed 64 times
Write a C++ program that will read the assignment marks of each student and store them in two- dimensional array of size 5 rows by 10 columns, where each row represents a student and each column represents an assignment. Your program should output the number of full marks for each assignment (i.e. mark is 10). For example, if the user enters the following marks: The program should output: Assignments = I.. H.. III III I.. III # Full marks in assignment (1) = 2 # Full marks in assignment (2) = 5 ** Student 10 0 1.5 10 0 10 10 10 10 10 1.5 2.5 9.8 1.0 3.5 ... I.. ... HEE M I.. M I.. ... ...
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply