4 PM – Python OOP – Latisha
Homework Finish the Book A Trip feature in Driver System, just like below Please select one of the following menu 1. Add driver 2. Book a trip 3. Exit Please make yourRead More...
Homework Finish the Book A Trip feature in Driver System, just like below Please select one of the following menu 1. Add driver 2. Book a trip 3. Exit Please make yourRead More...
Today we: Reviewed the Practice Final Test Homework: Study for the Final Test (which is on Thursday, December 16) If you’d like, you can study the resources attached below to prepare forRead More...
Today We Do: We continued on with the Christmas Card project. Created the banners with From: Your Name, and Merry Christmas Added in the gift box code along with the face's code.Read More...
Today we: Finished the Mary Had a Little Lamb project Started the Virtual Snow project Added the Snowflake sprite, Snowman sprite, and background Coded the Snowflake sprites to forever create clones CodedRead More...
Homework Create a class Animal inside a new file Animal.java Inside this class, it will have the following attributes: String name int age String type boolean canFly; Create Animal constructor with theRead More...