Getting Started with Java
This is a 100% free course, but we need you to first join or login to watch this video.
Alright, join or login here.This video shows an example of methods in Java. We test if a number is divisible by 7 first by creating a method containing code to perform our divisibility test. We then extend this idea to test if a number is divisible by any number by using a single method.