Purchase Solution

A java program to calculate taxes.

Not what you're looking for?

Ask Custom Question

Case assignment

Write a java application to accomplish the following task:

1) Ask users put in their annual income for three years.

2) Write these data to a text file

3) Write a java application to read from this file, and calculate the average tax customer needs to pay (assuming tax bracket is 30%).

After you are done, zip the text file and the java source file along with screen shot

Purchase this Solution

Solution Summary

This is a simple Java program that calculates taxes. It provides a well structured program with detailed explanation. This program also uses File I/O to read from a file.

Solution Preview

This requires writing two programs. The first program prompts the
user for data and writes it to a ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Basic Networking Questions

This quiz consists of some basic networking questions.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.