“What is Data Science”
What is Data Science feedback form - please provide your feedback on the video, thank you.
Intro to AI Presentation
AI Bootcamp this summer
Free On-Line Courses - can't get enough coding? Try one of these courses. Coursera courses
Complete Section 4 Project - Create a new Java project called Inventory. Then create an object class called Product and a driver class called ProductTester. Follow the instructions provided.
Remember your object class will have the following:
Instance field declarations (variables)
Constructors
Setters
Getters
toString method
Once you have the object class created then create a driver class (ProductTester) that will create instances of your products.
Use the Vehicle class as an example of your object class.
Use the Vehicle driver class as an example of your tester class.
If you have completed section 5.2 begin on the 5.2 project which is a continuation of the section 4 project.