[SOLVED] SOLVED:implement class that reads the student ID and 10 answer String representation as data

15.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You will receive the following solution file(s) instantly after successful payment:

zip file icon StudentAnswers.zip (16.2 KB)
Assignment Instructions Updated Recently? Submit Below and we will provide new Solution!
Submit New Instructions
πŸ”’ Securely Powered by:
Secure Checkout
5/5 - (1 vote)

The result of a true=false exam is given to computer science class have been coded for input to a program. the information available for each student. consists of a student ID and student’s answers to 10 true-false question. The available data as follows:
student identification answer string
0080 FTTFTFTTFT
0340 FTTFTTTTTT
0462 TTTTTTTTTT

Design and implement class that reads the student ID and 10 answer String representation as data. The class should check and compare the student’s correct and wrong answers according to a key answers, then determine the student final grade following the rules:
correct answers grade
9-10 A
8 B
7 C
6 D
0-5 F
Assume the key answer is ” FFFFFTTFTT”/ write a java program to test the class

  • StudentAnswers.zip