4 PM Intro To Java – Alex Lee
Today We Did: We continued by covering how to use for loops using the index. Also, we talked about how to use for loops using index with a list. We also wentRead More...
American Young Coder Academy – Indo
Today We Did: We continued by covering how to use for loops using the index. Also, we talked about how to use for loops using index with a list. We also wentRead More...
Homework Finish Driver System Add codes to handle the 2nd rush hour from 16 to 19. Also in NewYorkTaxiDriver, override the getTripTime so it will not double the trip time during rushRead More...
Today We Did We downloaded and installed Android Studio software. We started Temperature Converter android application. We added the Fahrenheit header (id: sourceTempHeader) We added the a text field under Fahrenheit headerRead More...
Homework In Nov5Magic8Ball.java, use combination of Random module, while loop, if else statements to create Magic 8 Ball game. Look at below Python codes for your reference import random while True: user_questionRead More...
Today We Did: We continued and were able to finish up most of the MonsterInheritance project. Learned about parent and child class Also, we learned about access modifiers and the differences betweenRead More...
Today We Did We finished Driver System. We reviewed what's going to be in the final test. Homework Next week is 2 hours final test. From 9 AM to 11 AM. ToRead More...
Homework: Make the result for Celsius more visible than how it looks right now. An example is given below.
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 using thisRead More...
Homework In your Temperature Converter android application add the following One Celcius header. It has to be TextView UIcomponent and ID has to be “conversionTempHeader“. The constraint top is 32 and the rightRead More...
Today We Did: We created the Temperature Spinner Listener which shows the multiple options that we can convert such as Celsius to Fahrenheit or Celsius to Kelvin. For Homework: Pick a languageRead More...