What's up guys ! Welcome back to my Java tutorials series. In the couple of my tutorials ago, I've thaught you guys about how to run a method inside the other class from your main class.In this part, I'm gonna teach you guys about how to use a lot of methods. Hmm not really much by the way, but at least it's gonna be more than one method in a class.From now I want you guys to listen up and pay more attentions because this part is not gonna be easy, but I'm not saying this will be hard, because if you read this tutorial carefully and do some repetations, I'm pretty sure you guys gonna learn it well. So as usually, before I explain about it further, I will let you guys take your time typing both of the codes in the pictures below.
Tuesday, January 31, 2017
Monday, January 30, 2017
Learn Java for Beginner easily ! Part 14 : Using method with parameters
What’s up guys ! Welcome back to my tutorials series.In this
tutorial I will continue what I have explained in Part 13 about multiple classes. In the tutorial before (Part 13) I’ve explained to you guys about using a
method of another class from your main class without any parameters (Empty Parameters). In this tutorial I’m
gonna explain to you guys how to use a method from another class with
parameters. What I mean by parameters is
something you write inside the regular bracket after the method’s name.
Sunday, January 29, 2017
Learn Java for Beginner easily ! part 13 : Using Multiple Classes
What's up guys ! Hope you're doing well since you have read these tutorials this far cause I'm sure anyone who made this so far has a strong desire to learn Java. So in this tutorial I'm gonna teach you guys about how to use Multiple Classes. By only look at the title I'm pretty sure that you guys already connected a little bit about what we are gonna learn in this tutorial.
Friday, January 27, 2017
Learn Java for Beginner easily ! part 12 : While Loop
While loop is one of looping function in programming languange. What I mean by looping function is this function will keep run the program inside the brackets until the condition is fully required. The syntax of While loop is "while ( ) { }". In programming world, there will be a lot of moment where you want to make a program that keep doing the same keyword but using a different value. This Loop function will make your work easier because you don't need to type the same keyword for a thousand times, you only need to put a condition inside the regular brackets about when to stop running the program inside the curly brackets. Now before I explain it to you guys further, I want you guys to take a look at the program below.
Thursday, January 26, 2017
Learn Java for Beginner easily ! part 11 : Switch Statement
In this tutorial I'm gonna teach you guys about "Swich" Statement. If you guys wondering what is Switch statement, it is one of keyword that tests a variable depending on the value pretty much which it can give you multiple choices. Instead of using the "if" statement, using the "switch" statement will be a lot of easier when you want to serve a lot of choices depending on the value of a variable. So before I explain about it further, I want to give you guys an example of a program that uses the switch statement below.
Wednesday, January 25, 2017
Learn Java for Beginner easily ! part 10 : Multiple Conditional
So in the tutorial before ( Part 9 ) , I have thaught you guys how to make an "if" statement with one conditional inside it. In programming world, there will be a moment where you want to make a bunch of keyword's to do (after declarating "if" statement) by giving it more than one condition to be required so that this program can be excecuted. Well, Actually you can use the "if" statement with more than one conditional inside it. I'm going to show you guys how to do it by examples, just like how as I usualy do it. In this case for example, imagine that you are making a simple dating website with the age of gender as the indicator of agreement and disagreement or simply called match or not match.Wanna know more about it ? Go check the codes below :
Subscribe to:
Posts (Atom)