Lab Related Videos
Notes: | a) Click on the "Play" arrow at the bottom left to start it. b) You can increase the size of the video by either: i) clicking on the small button at the bottom right. ii) right clicking on the video and selecting the option "Open Video in New Tab". |
Video #01: How to submit your assignments
This video shows how you should submit your program to the TA that is grading your work.
Video #02: Programming Practice Exercise 01
Description: This video a program that uses Scanner class to enter 3 numbers in a single input line separated by commas, validates the data, and if input is invalid it asks for the numbers again. This program practices the Scanner, String.split(), data validation, Arrays, While and Enhanced For loops.
Video #03: Working with Java Exceptions
You are assigned to create a small GUI program that checks the numerator and denominator of a division and throw different types of exception and handles them accordingly as shown in the video.
Video #04: Lab 03 Video
This video gives a general overview of what needs to be done for your lab #3. It gives a quick explanation on the sine series equation and also shows an example program running it.