11 May Document Preview:5/11/2014 https://lms.rmit.edu.au/bbcswebdav/pid-5155844-d
Document Preview:
5/11/2014 https://lms.rmit.edu.au/bbcswebdav/pid-5155844-dt-content-rid-10250735_1/courses/COSC1073_1410/CarBooking.java https://lms.rmit.edu.au/bbcswebdav/pid-5155844-dt-content-rid-10250735_1/courses/COSC1073_1410/CarBooking.java 1/2 import java.io.*; import java.util.Scanner; /* * class VehicleBooking * * Implemented by Craig Hamilton on Implemented by Craig Hamilton on 28/04/2014 * * This is a sample solution for the CarBooking class -you may * either work off this version of the CarBooking class or import * your own version from Assignment 2 as you wish. * */public class CarBooking { //instance variables -Ass 2 Stage A requirement (i) private String bookingID; private String registrationNumber; private String vehicleDescription; private boolean insuranceIncluded; //class constants -Ass 2 Stage A requirement (ii) private static final double BASIC_BOOKING_FEE = 150; private static final double INSURANCE_SURCHARGE = 50; //constructor -Ass 2 Stage A requirement (iii) public CarBooking(String bookingID, String registrationNumber, String vehicleDescription) { this.bookingID = bookingID; this.registrationNumber = registrationNumber; this.vehicleDescription = vehicleDescription; insuranceIncluded = false; } //accessors -Ass 2 Stage A requirement (iv) public String getBookingID() { return bookingID; } public String getRegistrationNumber() { return registrationNumber; } //getBookingFee() -Ass 2 Stage A requirement (vi) public double getBookingFee() { double bookingFee = BASIC_BOOKING_FEE; if (insuranceIncluded == true) { bookingFee = bookingFee + INSURANCE_SURCHARGE; } return bookingFee; } 5/11/2014 https://lms.rmit.edu.au/bbcswebdav/pid-5155844-dt-content-rid-10250735_1/courses/COSC1073_1410/CarBooking.java https://lms.rmit.edu.au/bbcswebdav/pid-5155844-dt-content-rid-10250735_1/courses/COSC1073_1410/CarBooking.java 2/2 //printBookingSummary() -Ass 2 Stage A requirement (vii) public void printBookingSummary() { System.out.println(“Booking ID: ” + this.bookingID);…
Our website has a team of professional writers who can help you write any of your homework. They will write your papers from scratch. We also have a team of editors just to make sure all papers are of HIGH QUALITY & PLAGIARISM FREE. To make an Order you only need to click Ask A Question and we will direct you to our Order Page at WriteDemy. Then fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.
Fill in all the assignment paper details that are required in the order form with the standard information being the page count, deadline, academic level and type of paper. It is advisable to have this information at hand so that you can quickly fill in the necessary information needed in the form for the essay writer to be immediately assigned to your writing project. Make payment for the custom essay order to enable us to assign a suitable writer to your order. Payments are made through Paypal on a secured billing page. Finally, sit back and relax.
About Writedemy
We are a professional paper writing website. If you have searched a question and bumped into our website just know you are in the right place to get help in your coursework. We offer HIGH QUALITY & PLAGIARISM FREE Papers.
How It Works
To make an Order you only need to click on “Order Now” and we will direct you to our Order Page. Fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.
Are there Discounts?
All new clients are eligible for 20% off in their first Order. Our payment method is safe and secure.
