Mini Project for begginer? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Mini Project for begginer?

Hello guys, where i can find project for begginers with java? I want test mine skills or someone can say what i can do as begginer? Something simple, because i start learn java today, but learned python before so me little more understand and was simple begin with java, but dont know what be next. What i can do or any links to do something i want improve java codding skills! P.S i start code android games when i know a lot java to do something :)

2nd Dec 2016, 3:45 PM
Lukas Bolevičius
Lukas Bolevičius - avatar
4 Answers
0
write a number guessing game • Generate a random number between 1 & 10 • ASk user to input an integer! • Check if user input is equals to Generated number • Make sure the player has 5 chances of Guessing • use WHILE loops • use ARRAYS & GENERATORS • use if , else if, else statements • use JOptionPane - showInputDialog & showMessageDialog
2nd Dec 2016, 3:50 PM
Nedim Kanat
Nedim Kanat - avatar
0
Thanks for answer i will try to do later ! :)
2nd Dec 2016, 3:57 PM
Lukas Bolevičius
Lukas Bolevičius - avatar
0
Well just come up with ideas of what to do, maybe something like a calculator ETC. Don't worry, google how to make those. The most important part from googling codes is to understand and learn from those codes, not blindly copying/using them.
2nd Dec 2016, 4:43 PM
Wen Qin
Wen Qin - avatar
0
I'm not using google for codes :), me trying to make something by myself
2nd Dec 2016, 5:04 PM
Lukas Bolevičius
Lukas Bolevičius - avatar