Lab 6

 

If you don’t attend the lab:

1-      Your assignment will not be graded.

2-      You cannot take the quiz.




Lab Assignment  ( 5 minutes before the end of Lab)

Download ConcertDriver.java
Download Date.java
Create Concert.java to make ConcertDriver.java to work.

Concert.java Must contains:
Date concertDate;
String bandName;
int ticketCost;

Note:
Program must compile and run.
So comment out code in ConcertDriver.java that does not work.
Can add methods to Date.java

Running ConcertDriver.java will output this:

Name: YOUR NAME!!!

Lab 6 , By Fadi Almasalha

 

Beatles will play on 12 29 2008 and it will ticketCost $300

Beatles will play on 12 29 2008 and it will ticketCost $300

London will play on 1 1 2009 and it will ticketCost $35

 

These two concerts are equal.

 

These two concert are not equal.

 

Done With Lab6.

 

Upload your assignment files to blackboard once you finish. Upload all files.