Reference no: EM13168163
After being given a collection of scores (type int) for the last exam in your computer course, you are to computer the average of the scores and assign grades (O, S, U i.e. Outstanding, Satisfactory, Unsatisfactory)) to each student according to the following rules:
Outstanding: if the score is more than 10% above the average
Satisfactory: if the score is 10% within (above or below) the average
Unsatisfactory: if the score is more than 10% below the average
Read the following data from a file and then use them to test your program:
55 98 89 62 78 69 91 83 99 52
The output from the program should consist of a labeled two-column list that shows each score and its corresponding grade. Send the output to a file. You will need methods to read the data, to write the student data, to computer the mean score, and to assign a letter grade based on the exam score and the mean score. Use at least two difference classes to design the program, such as a Driver class and an AssignScore class.
Dubbing was coined as a term of copying
: Dubbing was coined as a term of copying media in the 1980's for all mediums. What term was a major issue during the process of continously dubbing media? Digitization cured this issue.
|
Write a java program that uses the elapsed time
: Write a Java program that uses the elapsed time for an event in second and then outputs the elapsed time in hours, minutes and seconds. (For example, if the desired time is 9630 seconds, then the output is 2: 40: 30)
|
Matching program that takes input from a text file
: need to make a string matching program that takes input from a text file and outputs that match (if there is one) asked from the user. i have done this part , the only problem is that , with the output match , i also need to print some words before a..
|
Called cbankaccount
: Create a base class, called CBankAccount, and two additional classes (each derived from CBankAccount), called CSavingsAccount and CCheckingAccount.
|
Collection of scores (type int) for the last exam i
: After being given a collection of scores (type int) for the last exam in your computer course, you are to computer the average of the scores and assign grades (O, S, U i.e. Outstanding, Satisfactory, Unsatisfactory)) to each student according to the ..
|
Prompt the user for 3 sentences of text
: Prompt the user for 3 sentences of text. Pass these pieces of text into a function connect() which will connect all three sentences into one long sentence. Pass the combination sentence back to the main program, where it is printed.
|
Generate a set of 75 random integers in the range -26 to + 4
: Write a program that will generate a set of 75 random integers in the range -26 to + 42. The program
|
A priority encoder has 2^n inputs
: A priority encoder has 2^n inputs. It produces an N-bit binary output indiciating the most significant bit of the input that is TRUE, or 0 if none of the inputs are TRUE
|
Design a modified priority encoder
: Design a modified priority encoder that receives an 8-bit input, A7:0, and produces two 3-bit outputsm Y2:0 and Z 2:0 Y indicates the most significant bit of the input that is TRUE
|