Giraffe Academy is rebranding! I’ve decided to re-focus the brand of this channel to highlight myself as a developer and teacher! The newly minted Mike Dane channel will have all the same content, with more to come in the future!
Source Code –
This video is one in a series of videos where we’ll be looking at programming in java. The course is designed for new programmers, and will introduce common programming topics using the java language.
Throughout the course we’ll be looking at various topics including variables, arrays, getting user input, loops, conditionals, object orientation, and much more.
If you’re enjoying Giraffe Academy and want to invest in our future, consider leaving a contribution
Links:
Website –
Facebook –
Twitter –
Nguồn: https://tinthanhmobile.com/
Xem thêm bài viết khác: https://tinthanhmobile.com/game/
On which software is the code written ?
How do I get the percentage?
On the off chance you see this because this comment is almost 4 years late, I would like to let you know your series of c++ and java are fantastic.
Hi Mike, Great work with your Java tutorials. I was just wondering why you chose double quote for the answer a ("a") instead of single quotes ('a') since 'a' is a character.
Which algorithm is used sir???
What is the difference between a class type and a primitive data type? I don't see the difference?
Can you please tell me the codes to be used upon applying it to GUI
How can I apply this code into GUI?
Hi Mike, how can I display true and false
How can i do that in 2d array?
If i win in this app what will you give the price ex tablet free cost or geometry instrument or clorship
Hi, can you please make a tutorial on the same topic but instead of for loop could you please do it in a try-catch block?
is there a way that i can get these questions randomly ordered?
thank you so much Mike
I like the way you teach Java thank you very much you came to rescue me
Hi,I have some problem creating 20 questions quiz game.I can't define my variable.can you help me with that.thanks!
recommend watching at 1.5 speed.
U are a god for me brother
Error in line
public static void takeTest(Question[] questions){
can you tell me how to make the questions appear randomly please?
Can you upload the Source code? Website is not showing it.
Is there a better way to do a questionnaire type thing that can accept user input and multiple-choice questions?
How to repeat or retake the quiz?
thanks for teaching us
This is OOP ??
error: non-static variable this cannot be referenced from a static context
Question q[]={new Question(q1,"a"),new Question(q2,"b")};
^
error: non-static variable this cannot be referenced from a static context
Question q[]={new Question(q1,"a"),new Question(q2,"b")};