Entries by admin

Create an Oracle user and assign appropriate privileges f…

1. Create an Oracle user and assign appropriate privileges for a schema that will support a unique e-Commerce application. (10 points) 2. Using PowerPoint, Visio or any graphical tool of your choice, create an Entity Relationship Diagram showing the entities, relationships and primary keys supporting your e-Commerce application. Your application should have at least four […]

Create complex classes. Further practice with the DOT not…

Create complex classes. Further practice with the DOT notation. Deliverables group.java, app.java and student.java as requested below. Contents Create an application that Creates 4 students Build upon the solutions of the previous labs (e.g., using app.java and student.java) You will need a version of student.java that has a working whatsup( ) method Creates a group […]

Create functions based on your existing source code (ex. …

Create functions based on your existing source code (ex. GetCar, CreateCar, CalculateLapTime) which take in the appropriate parameters and give the correct output. Use pointers where applicable. Move validation code into functions where appropriate, and throw an exception if the input does not match your validation rules. Handle the exceptions accordingly in your main function, […]

Create the classes Property, House and Condo with the enc…

Create the classes Property, House and Condo with the encapsulated variables shown above. Class Property should have the method toString() which will return a string that displays all the information encapsulated in the class. It also contains the methods getName() and getNrRooms(). Classes House and Condo contain the method calcTax() which produces and returns the […]