Reference no: EM131176129
Programming Assignment #2
The Exam Statistics Program
Include a Table of Contents here...
* Assignment #2: The Exam Statistics Program
* MCIS 503, Summer 2013
* Author: Student Name
* Date: 07 June 2013
* Revision: 1.0*
importjava.util.Scanner;
importjava.io.IOException;
importjava.io.FileReader;
importjava.io.BufferedReader;
importjava.util.Arrays;
* ExamStatisticsProgram
* This program is designed to compute statistics on a list of exam scores read
* from a text file in response to a console prompt. The console program
* welcomes the user and asks for the name of the text file to input. The text
* file contains the number of scores followed by the list of scores. The
* program then computes and displays the following information to the console:
* The number of scores The minimum, maximum, and average scores The number of
* A's, B's, C's, D's, and F's; using a 90-80-70-60 scale The median of the scores.
* @authorStudent Name
* @date 07 June 2013
* @version 1.0
* @paramfileName- The name of the file to read from the user
* @throwsIOException- If there is a problem reading file
public class ExamStatisticsProgram {
declarations here...
* Method main
* The main method is the primary method of the ExamStatisticsProgram. Main is designed to be the primary calling routine from which methods are called and returned.
* @authorStudent Name
* @date 07 June 2013
* @version 1.0
public static void main(String[] args) {
logic here...
} // End Main
All other methods declared and implemented here...
Place screen captures here of at least 3 runs (different scenarios) of your program (be sure they are readable).
How good are your communication skills
: Consider the results that you received on all of the self-assessments you have taken so far this term and the culture of your organization. Where are the areas of conflict? How do you work through these conflicts, and what aspects of the culture keep..
|
Write a program of the dating game
: The Dating Game Table of Contents for each section of this submission (i.e. Source Code listing, screen captures and UML design) here….Also, may include Javadoc source here.
|
Write a program that determines the day of the week
: You are to write a program that determines the day of the week for New Year's Day in the year 3000. To do this, you must create your own date class (MyDate) and use the following interface and main program.
|
Write a program to compute statistics on a list of exam
: You are to write a program to compute statistics on a list of exam scores, the Exam Statistics Program (ESP). The input is the name of a text file that contains the number of scores followed by the list of scores.
|
Write the exam statistics program
: Programming Assignment #2 The Exam Statistics Program Include a Table of Contents here... * Assignment #2: The Exam Statistics Program
|
Design programs that communicate with web servers
: Design programs that communicate with Web servers and server-side applications through the Hypertext Transfer Protocol (HTTP). Design Java programs that use the Structured Query Language to query and update relational databases. Describe the Java Ser..
|
Provide a detailed hypothetical mission
: Provide a detailed hypothetical mission and value statement for the hospital. Provide a rationale for the development of your particular mission and value statement.
|
Find the number of grains in a 1 square inch area in matlab
: Write a MATLAB® function called num_grains to find the number of grains in a 1-square-inch area (N) at 100 3 magnification when the ASTM grain size is known. 234 Chapter 6 User-Defi ned Functions (b) Use your function to find the number of grains for..
|
Analyze laws that protect against discrimination
: Analyze and evaluate laws that protect against discrimination in the workplace - Examine and assess employee rights to health and safety in the workplace.
|