Determine the distance to it from lancre

Assignment Help JAVA Programming
Reference no: EM131588948

Concepts covered in this assignment: methods, file I/O, looping, selection, formatted output

The Lancre coven has started doing foreign consulting. Upon request, one of the witches hops on her broomstick and flies to one of the neighboring countries that require their services. Granny, Nanny and Magrat charge a nominal fee per visit - $10, and 2 cents per mile round trip. They service 4 foreign locations, the distances to which are shown in the following table (left below):

Foreign location

Distance (in miles)

Uberwald

97

Pseudopolis

262

Quirm

425

AnkhMorpork

500

The witches keep a log of foreign trips in a text file named coven_consulting.txt (can be downloaded from Moodle), the format and contents of which is shown in the tables to the right:
All names in the file are spelled correctly. Numbers denote the beginning of travel log data for another month.
On Moodle you will also find a file named Project3.java, which already contains some code. Download this file and finish implementing it according to the instructions.

Your program asks the user to enter the name of a city. The program keeps asking for input until the user enters a valid city. Account for errors in capitalization, i.e. QUIrm and quirm and qUirm are all valid inputs.

The program takes the user input and the input file and prints a short breakdown of revenue for the given city for the months that are in the travel log. Your solution is a general solution - it must work with any of the 4 cities and for any given number of months that may be in the input file.
Project3.java contains methods that encapsulate different functionality. It is written to compile, so it includes some dummy return statements that are only there to make the file compile correctly. Alter the return statements to suit your needs. Do NOT alter the method declarations. I suggest you consider implementing the methods in the following order:

Format of coven_consulting.txt

month number

location

location

...

month number

location

location

...

(arbitrary number of months, locations)

The contents of coven_consulting.txt

1

Uberwald

Uberwald

AnkhMorpork

AnkhMorpork

Uberwald

Quirm

Pseudopolis

Uberwald  

Quirm 

2

AnkhMorpork

Uberwald

Pseudopolis

Uberwald 

Uberwald

AnkhMorpork

Uberwald

3

Uberwald

AnkhMorpork

Uberwald

Uberwald

Quirm  

Quirm

 main - entry point of your program, already implemented, do NOT alter it.

 getDistance ¬- take the String passed to the method and use it to determine the distance to it from Lancre (Hint: switch). Ignore errors in capitalization and white space errors (Hint: ignore case and trim your input). Return the distance.

 checkValidCity ¬- take the String passed to the method and check if it's one of the 4 that the witches fly to, or not. Ignore errors in capitalization and white space errors (Hint: ignore case and trim your input). Return true or false accordingly.
 getCity - the method takes one word user input (from the keyboard, Hint: Scanner) and continues asking the user to correct himself until the city is valid (Hint: loop). Validate the city by calling checkValidCity. Pass the value of the city back to the method, which invokes getCity.

 printReport - invoke getCity to retrieve the user input for the city. Once you have the city, get the distance to it by calling getDistance. Try to open the file (Hint: try-catch, file may not exist, place the file in the right place). Read the file (Hint: you don't know how many lines are in it, so peak into it before you read; find where months begin - the month starts with a number, not a String, so peak for integers; don't forget to move the cursor to the next line when you encounter an integer). Keep track of total trips for each month, and all months together (Hint: running totals). Print out a charges for the chosen destination for each month (Hint: a charge for each trip is made up of 2 cents charged for each mile of the total miles for the trip (both directions) plus a $10 consulting fee) as well as a grand total for the whole period. Format your output (Hint: assume number of trips can be in the double digits, consulting fees in the triple digits, mileage and total revenue can have up to 4 digits plus 2 digits precision)

You program should work with any file formatted according to the description. To test your program, you might want to change the input file around and see if the output it creates is the output you expect. Your program will be tested with an input file of different length and contents.

Reference no: EM131588948

Questions Cloud

Lower gasoline prices for consumers : However, some economists have argued that Rich's scheme actually resulted in lower gasoline prices for consumers.
Discuss the justifications for the terrorism : Select one of the historical evolutionary periods of terrorism discussed this week (i.e. French Revolution to the anarchism concept originating in ancient.
The profession of emergency management : Explain the origin of emergency management and the historical factors that helped lay the foundation for the profession of emergency management.
Develop an onboarding plan for new employees : Develop an onboarding plan for new employees. Discuss areas that are anticipated to be greatest challenge to the plan and how you would address those challenge.
Determine the distance to it from lancre : Project – methods - The program keeps asking for input until the user enters a valid city. Account for errors in capitalization, i.e. QUIrm and quirm and qUirm
What strategies can be utilized internally for marketing : What strategies can be utilized internally for a seamless marketing strategy roll-out
A valid contract between murray and the store : Do you think there was a valid contract between Murray and the store?Does the store owner have any claim to part of Murray's new fortune?
Discuss the new trends in international assignments : Discuss the new trends in international assignments. Research, identify, and describe two key features/trends of new international assignments.
Describe the purpose of simple linear regression : Describe the purpose of simple linear regression and scatter diagrams. Please provide a simple linear regression model and define each variable used.

Reviews

Write a Review

JAVA Programming Questions & Answers

  Luminous jewels - the polishing game

Once a jewel type is removed from the necklace, all other instances of the same jewel type is treated as polished by the person who removed the jewel

  Create exception classes

First, create three exception classes named NumberHighException, NumberLowException, and NumberNegativeException. Both NumberHighException and NumberLowException should be directly subclassed from the Exception class, but NumberNegativeException s..

  Creating mapreduce program to calculatingpi

Creating MapReduce program to calculatingpi, Step 1: Generate an input file to the Pi MapReduce program and Create a regular Java program which accepts two command line arguments

  Display all users and their addresses and phone numbers

Display all users and their addresses and phone numbers"); Display all orders in the system and the associated user's firstName, lastName and email");

  Create a new project called fractions

You are going to write an API for a Fractions class. It will accept fractions as input and perform various mathematical operations on them -  Create a new project called Fractions. Within Fractions, create a new class called Fraction. NetBeans will..

  Java program editing

Prompt the user for the student's score and put that value into an object

  Java format using netbeans ide

Having issues with the questions and getting it to work in a java format using NetBeans IDE - constructor that calls the parent's default constructor

  Calculate the total value of property for sale

Prompt the user for the name of the input file (listings.txt). Open the listings.txt file and read in property listing information using a buffered FileReader. Calculate the total value of property for sale.

  Better programming language

1. Describe three features that make Java a better programming language than C to write secure programs.

  Java programming using netbeand

Java Programming using Netbeand- In this assignment, you will be asked to demonstrate what you have learned in the Discussion Board in terms of vector, wrapper classes, conversion, and collection data structures by writing and implementing Java co..

  Bullpart 1 several types of point of interests poi such as

bullpart 1 several types of point of interests poi such as - 1 petrol station 2 taxi stand 3 atm 4 hospital and 5

  Modify the numbers guessing game program

Modify the numbers guessing game program. Suppose that the variable num and guess are as declared and the diff is an int variable.

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