Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Screanshort of Netbeans and run Screanshorts As you test each program, you have to run it multiple times. Instead of screen shots, just copy the

Screanshort of Netbeans and run Screanshorts

As you test each program, you have to run it multiple times. Instead of screen shots, just

copy the output window from Netbeans into the doc for EACH test run. There will be

several for each program. Please make sure that your output is readable, that's what we

use to grade your work.

1. Task 1 (5 pts):

Project name: ShipCostCalculator

Main file name: shipCost.java

An application program where the user enters the price of an item and the program

computes shipping costs. If the item price is $100 or more, then shipping is free

otherwise it is 2% of the price. The program should output the shipping cost and the

total price.

Test runs: (insert the output widow copies here for the test runs)

- valid input less than 100

- valid input greater than 100

2. Task 2 (5 pts):

Project name: BirthMonth

Main file name: birthMonth.java

A program that asks the user to enter their birth month (integer 1 - 12 inclusive). If the

user enters a value in range, the program echoes the input ("Your birth month is: N")

If the value is not in the range it outputs an error msg ("You entered an incorrect

month value: N"). Here N should be the value they entered.

Test runs: (insert the output widow copies here for the test runs

- valid input in range 1 - 12

- invalid input out of range

3.

Task 3 (5 pts):

Project name: PartyAffiliation

Main file name: partyAffil.java

(This task uses Strings:) A program that prompts the user for their party affiliation

(Democrat, Republican, or Independent) and responds accordingly with a Donkey,

Elephant, Person, or Other. (i.e. "You get a Democratic Donkey.") Notes: create

menu so the user chooses D, R, or I and assume that any other choice will be Other.

Tests: just the four options D, R, I, Other. Use as cascaded if structure not separate if

statements!

Test runs: (insert the output widow copies here for the 4 test runs)

4. Task 4 (5 pts):

Project name: KioskCheck

Main file name: Kiosk.java

As people pass through an entry kiosk at the theater, they are prompted to enter their age.

If they are 21 or older, they get a paper wrist band. Code a logic program that asks the

user to enter their age and then if they are 21 or over displays a message that they get a

wrist band. (Note that the program does nothing if they are not 21 or over...)

4. Task 5 (3 pts Extra or Graduate Credit):

Project name: Comparitor

Main file name: Comparitor.java

A program that takes two numbers as inputs from the user and compares them. It

indicates if they are equal or if they are not indicates the one that is less.

EMBED SCREEN SHOTS OF NETBEANS HERE SHOWING YOUR PROGRAM

RUN

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Programming questions

Question

Answered: 1 week ago

Answered: 1 week ago