What's new

Closed pabulong sa code mga idols

Status
Not open for further replies.

Batang_erp68

Eternal Poster
Joined
Feb 17, 2017
Posts
992
Reaction
201
Points
357
Age
25
Programmer’s Task:
Develop a program that will validate a plate number:
You can use
Calendar calendar = Calendar.getInstance();
int getMonth = calendar.get(Calendar.MONTH)+1;
in getting SYSTEM MONTH;

Specifications :
1. The program should base on the current date today. For every delayed or late
registered, a vehicle has a fine of 1500.00 for every month for 2-wheeled and 3000.00
for 4-wheeled and up. 1-day delay is considered as 1 month delayed.
2. If a vehicle is not registered for more than 5 months, a 100,000.00 fines is charged to
an owner.
 
patingin ako ng nasimulan mo ts :) if and then statements lang to tapos constant variables para sa fines, objects
 
Status
Not open for further replies.
Back
Top