Write a java program that produces a simple formatted report

Assignment Help Basic Computer Science
Reference no: EM13322296

For this lab you will write a Java program that produces a simple formatted report. The program will prompt the user to enter a file name. This file must contain information in a specific format (detailed below). Each "block" of the file contains information for one player in a competition -- the name of the player followed by a number of different scores that that player achieved. The program should find each player's average score, median score and best and worst scores and display them in a line on the final summary report. The program should also determine which player has the highest average score and which player has the lowest average score. (HINT: Consider storing information in ArrayLists to make the final summaries easier to produce).

For this assignment you should start with the following "skeleton" of Java code. Import this into your Eclipse workspace and fill in the methods as directed. The skeleton provided for this assignment is much more "skeletal" than previous assignments. For this assignment you MUST add at least two extra methods beyond the methods defined in the skeleton. These methods must not be trivial one or two line methods, but a real breakdown of the code. Consider adding methods to write the formatted report, or helper methods for reading the input file or computing necessary values. Feel free to add any methods you find useful, and make sure that you add comments indicating what they do following the form of the rest of the comments in the code.

Project11.java
*
* A program that reads in a text file that uses a specific input format and uses it to
* produce a formatted report for output.
*
* See the write-up for Homework Lab 13 for more details.
*
* This skeleton is more "skeletal" than previous labs. You MUST break your code up into
* more methods than what you see here. Consider methods to display the formatted report
* as well as more methods to compute values for the report.
*
* @author ENTER YOUR NAME HERE
*
*/
package osu.cse1223;
import java.io.*;
import java.util.*;

public class Project11 {

public static void main(String[] args) {
// Fill in the body
}

// Given a Scanner as input read in a list of integers one at a time until a negative
// value is read from the Scanner. Store these integers in an ArrayList<Integer> and
// return the ArrayList<Integer> to the calling program.
private static List<Integer> readNextSeries(Scanner inScanner) {
// Fill in the body
}

// Given a List<Integer> of integers, compute the median of the list and return it to
// the calling program.
private static int getMedian(List<Integer> inList) {
// Fill in the body
}

// Given a List<Integer> of integers, compute the average of the list and return it to
// the calling program.
private static int getAverage(List<Integer> inList) {
// Fill in the body
}

}

Reference no: EM13322296

Questions Cloud

How many hits does this address sequence exhibit : Simulate a random replacement policy by flipping a coin. For example, "heads means to evict the first block in a set and "tails" means to evict the second block in a set. How many hits does this address sequence exhibit?
Marine archaeology and treasure hunting : Fred Fisher is a licensed scuba diver who lives in Key Largo. He is employed full-time as an engineer. Five years ago he had been employed as a professional diver for a salvage company. While working for the salvage company, he became interest..
What is the voltage between the plates of the capacitor : We have an RC circuit with a 1.0 mega Faraday capacitor, a 20 kilo-ohms resistor, amd a 9.0 volt battery. what is the voltage between the plates of the capacitor
Find the average power dissipated in the resistor : A resistor with R = 2.4 k? is connected to an AC generator that operates at 60 Hz with an amplitude of 41 V. Find the average power dissipated in the resistor
Write a java program that produces a simple formatted report : For this lab you will write a Java program that produces a simple formatted report. The program will prompt the user to enter a file name. This file must contain information in a specific format (detailed below).
Explain what is the chemical formula for the salt : what is the chemical formula for this salt? B- a brown colored salt contains a cation from group 3, it has no reaction with concentrated H2SO4 and produces a soluble product with acidic AgNO3 and acidic BaCl2, this salt is not water soluble. What ..
Calculate the magnification factor : A right side view automobile mirror with a radius of curvature of 15.0 m reflects an object at a distance of 10.0 m from the mirror. calculate the magnification factor
At what angle to the normal does the light leave the water : A diver in a swimming pool shines a flashlight up from below the water%u2019s surface at an angle of 30.0 degrees from the normal. at what angle to the normal does the light leave the water
Construct a diagram to map the arguments : Construct a diagram to map the arguments about a moral claim that you have identified and write an essay, which maps closely to the diagram that you constructed in Step 1.

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Write a method firstlast that could be added

Write a method firstLast that could be added to the LinkedIntList class that moves the first element of the list to the back end of the list. Suppose a LinkedIntList variable named list stores the following elements from front (left) to back (right)

  Determine each root with a maximum absolute error

Determine each root with a maximum absolute error max and print the intermediate results. (b) Use Matlab's zero function to solve the equations from (a) with a high precision. Compare the results.

  Explain how engineers be assigned to maximize sales

A sales manager has 3 areas and 5 sales engineers. If assignment of sales engineers to areas will result in expected sales as shown, how must engineers be assigned to maximize sales?

  What protocol unit is being used in layer 2

Network switches provide essential connectivity in local and wide area networks. Some of them run in multilayer between layers 2 and 3. What protocol unit is being used in layer 2?

  Create the class diagram and write the code

Create the class diagram and write the code that defines the class and implements the mutator methods.

  Write structured english for clyde-s narrative policies

Lasting more than one day, we permit hotel, taxi, and airfare, also meal allowances. Same times apply for meal expenses." Write down structured English for Clyde's narrative of reimbursement policies.

  Structure stack that represents

Design a structure stack that represents a stack of elements of some arbitrary type. Include the functions: create(returns an empty stack), push(add an element to the top of the stack and return the resulting stack)

  Write and test a function that prints an error message

Write and test a function that prints an error message in the following format.

  Briefly describe what the notion

Briefly describe what the notion of "normal operation" means to an executing computer program

  Explaining good message digest function

Then calculate message digest on the result. Would this be a good message digest function? Describe. Message digests are reasonably fast.

  Deterministic context free and context free grammar

Classify the languages given below as a) deterministic context free, b) context free but not deterministic, c) not context free. Give explanantion.

  Characteristics of risc directly implemented in cisc system

Why do RISC machines operate on registers? Which characteristics of RISC systems could be  directly implemented in CISC systems.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd