top of page

Module6
Watch Now
Methods are also good for organizing your code. When we write a large program, it can be inconvenient so imply write everything down in the main method. So we want to create methods to carry out specific functions that we can call when needed. It makes the code more readable and easier to debug.
Here are some nice practice problems we've designed:
bottom of page