Showing posts with label challenge. Show all posts
Showing posts with label challenge. Show all posts

Sunday, February 26, 2017

Java Implementation ! Challenge 2 : Simple Substraction Quiz

What's up guys welcome back to my tutorial blog. Hope you guys enjoy learn programming from my blog these entire time. By the way in this new series from my blog I'm gonna show you guys the implemantation of Java programming languange. This time, I'm gonna show you guys how to make a simple substraction quiz program.

So this program you're about to learn is gonna ask the user to start the quiz. Then showing the simple math quiz of substraction.In this simple quiz, the user is gonna answer 5 questions. Also, this program is gonna show the user the total correct and incorrect answer that they made with the time they take to answer all the questions.

Please notice that in this Tutorial Series, I'm gonna use Notepad++ instead of eclipse, I also suggest you guys to do the same thing. Because whenever you guys are using an IDE like eclipse, you will find your error syntax faster than it should. While learning programming, the more time you spend on it, the more you will get used to it. I want you guys to spend more time in coding, because that's what great programmers did. As usual, I'm gonna show you guys the program first, I want you guys to read it carefully, then I'm gonna explain each part of the codes. Here we go.

Thursday, February 23, 2017

Java Implementation ! Challenge 1 : Showing Current Time

What's up guys welcome back to my tutorial blog. Hope you guys enjoy learn programming from my blog these entire time.By the way in this new series from my blog I'm gonna show you guys the implemantation of Java programming languange. The reason why I make this Challenge Series is because I want you guys to know what you guys are learning about. No one feel comfortable while learning something that they don't know what is it for.

In this first Java Challenge series, I'm gonna show you guys how to show the current time in Greenwich Mean Time format (00:00;00). For example, the time when I write this post is 17:44:30. Also, in this Tutorial Series, I'm gonna use Notepad++ instead of eclipse, I also suggest you guys to do the same thing. Because whenever you guys are using an IDE like eclipse, you will find your error syntax faster than it should. While learning programming, the more time you spend on it, the more you will get used to it. I want you guys to spend more time in coding, because that's what great programmers did. As usual, I'm gonna show you guys the program first, I want you guys to read it carefully, then I'm gonna explain each part of the codes. Here we go.