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.
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.