Create to learn

Coding and Cyber Security

  • Coding Challenge 8

    For the 8th Coding Challenge, we will make a program that has 2 methods. The first method will be a user-made method: static void makeCoffee. This method will also have a parameter: boolean wantsCoffee. Within the user-made method, we will have an if statement that only executes when wantsCoffee is true. The if statement (when…

  • Lesson 31: Method Parameters and Arguments

    When working with methods, there will be times that we want to keep variables only within our method.  Java has a way of doing this through the usage of parameters.  Parameters are declared within the parenthesis of our method.  Let’s go over an example of a method with parameters. In the example above, we have…

Join the Community

We’re thrilled to have you here! Now, if you don’t want to miss an article or an episode, you can subscribe to our newsletter.