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

  List the three actions we could take upon receiving a signal

list three disadvantages for using signals as a means of interprocess comm.

  List typical reports needed by this business

List typical reports needed by this business that would be generated from this database and specify their use. For one of the reports listed, define the report, in terms of selection criteria, sort order, data elements and use of the report.

  Why do you need to run both zenmap gui and nessus

Why do you need to run both Zenmap GUI and Nessus to perform the first three steps of the hacking process

  Explain how versatility of excel affect application support

How does versatility of Excel affect application support? As its versatility, what assumptions should be made when diagnosing and troubleshooting Excel-based problems?

  Determine degree of statical indeterminacy

Is it statically determinate? If it is not statically determinate, determine its degree of statical indeterminacy? b) Determine the member forces roughly by assuming that diagonal members can't carry compressive loads.

  Analyze the use of gestures in ipads

Analyze the use of gestures in iPads. Address how users feel about gestures. Evaluate how users feel about the user input when it comes to filling out complicated forms on the iPad.

  Write program that reads length and width of a rectangular

Write a program that reads in the length and width of a rectangular yard (in meters) and the length and width of a rectangular house (in meters) placed in the yard.

  How many data in the number of bytes can be hold in cache

What is the size of the cache, i.e., how many data in the number of bytes can be hold in the cache?

  Categorize the point-of-sale system in supermarket

Categorize the following systems and explain your classification: A point-of-sale system in a supermarket, A system which sends out reminders that magazine subscriptions are due to be paid.

  Advantage and disadvantage of using word to work in graphics

Identify the advantages and disadvantages of using Word to work with graphics, tables, and special formatting functionality. Provide specific examples.

  Write a sql statement to list the sequence owner and name

Write a SQL statement (not a DESCRIBE) to list the sequence owner and name for all of the sequence objects available to you.

  Using sequential logic, counters and shift registers propose

using sequential logic, counters and shift registers propose a more complex system utilizing some of the more complex sub systems. example a motion acitavated light. Needs to be somthing other then a light example like motors or somthing

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