(1:1 ITCS114 - Computer Programming |I Lab Assignment # 2- Chapter 07 Write a Java program that will read the assignment marks of each student and store them in two- dimensional array of size 5 rows...


(1:1<br>ITCS114 - Computer Programming |I<br>Lab Assignment # 2- Chapter 07<br>Write a Java program that will read the assignment marks of each student and store them in two-<br>dimensional array of size 5 rows by 10 columns, where each row represents a student and each column<br>represents an assignment. Your program should output the number of full marks for each assignment (i.e.<br>mark is 10).<br>For example, if the user enters the following marks:<br>The program should output:<br>Assignments<br># Full marks in assignment (1) = 2<br># Full marks in assignment (2) = 5<br>10<br>10 1.5<br>...<br>...<br>...<br>...<br>10<br>2.5<br>..<br>...<br>...<br>1.5 10 9.8<br>...<br>...<br>...<br>...<br>...<br>...<br>10<br>10<br>1.0<br>...<br>...<br>...<br>...<br>...<br>10<br>3.5<br>..<br>...<br>...<br>Student<br>

Extracted text: (1:1 ITCS114 - Computer Programming |I Lab Assignment # 2- Chapter 07 Write a Java 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 # Full marks in assignment (1) = 2 # Full marks in assignment (2) = 5 10 10 1.5 ... ... ... ... 10 2.5 .. ... ... 1.5 10 9.8 ... ... ... ... ... ... 10 10 1.0 ... ... ... ... ... 10 3.5 .. ... ... Student

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here