4 PM – Intro To Java – Alex
Homework: We are going to be editing the Magic8Ball one last time, this time using methods. In the Magic8BallV3 class you will need to have 3 methods and they are run(), provideResponse(),Read More...
Homework: We are going to be editing the Magic8Ball one last time, this time using methods. In the Magic8BallV3 class you will need to have 3 methods and they are run(), provideResponse(),Read More...
Today We Did We started adding saturn_ore so eventually in the survival mode, we can actually craft the many custom Saturn items by mining Saturn ore. If you did not come toRead More...
Today We Did: We continued with the Temperature Converter project in Android Studio. Learned how to use the convert button to print something in the run tab. For Homework: Convert the FahrenheitRead More...
Homework: Create a new project called Dec1_WhileLoopHomework and the instructions are given here https://www.ayclogic.com/java-exercise-while-loop/
Today We Did: We continued with the SchoolSystem project. Learned how to create a Student class, with a constructor along with getters and setters. Also created the listStudents and started the findStudent.Read More...
Homework Add a hitbox in Player and Bird sprites, but you have to use Java inheritance to avoid code duplication. Once you do this, you also want to improve the Fireball classRead More...
For Homework: We have now added the code that will change the header based on which option you clicked inside of the spinner. For example, if you clicked on Celsius to Fahrenheit,Read More...
For Homework: Create a new Java class <date>_MethodsHomework.java Create a new method convertFromFahrenheitToCelcius. It has one parameter int Fahrenheit. Inside the method, it will convert the Fahrenheit parameter into Celcius by usingRead More...
Homework Configure the saturn_ore drop, so it can drop either minecraft:diamond, aycessentials:saturn or minecraft:gold_ingot. If you are confused how to do it, Take a look at the following documentation. https://learn.microsoft.com/en-us/minecraft/creator/documents/introductiontoloottables Nathan, IRead More...
For Homework: Continue with the School System code; this time we will be adding in the Find Teacher, and Edit Teacher. It should be simple when adding it in to adjust itRead More...