Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 10

CASE PROBLEM DESCRIPTION

Write a java program that will determine the use of conditional statement for
computing a Car Parking Payment System base from the following condition.

Minimum Charge of 15 pesos for 1 to 5 hours

Additional charge of 5 pesos per excess of 1 hour

Display Date, Plate Number, Color, Time In, Time Out, Total Hour, Excess Hour,
Excess Payment and Minimum Charge and Total Payment.

REQUIREMENTS:

1. Case Problem Description

2. Algorithm and Flowchart

3. Java Applet Design

4. Complete Coding using Java Applet

5. Compiling and Testing Errors Description

6. Checking of errors/Statements

7. Sample Input/Output
ALGORITHM AND FLOWCHART

ALGORITHM

Input:

FLOWCHART
COMPILING AND TESTING ERRORS DESCRIPTION
COMPLETE CODING USING JAVA APPLET
JAVA APPLET DESIGN
SAMPLE INPUT/OUTPUT
CHECKING OF ERRORS/STATEMENT

You might also like