Need ideas for beginner projects! (: | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Need ideas for beginner projects! (:

To really understand java and create something new. And to make a "PAP" out of it . (for school )

26th Mar 2019, 10:15 PM
irgendwie
3 Answers
+ 5
Play around. For example some of my first Python projects was a program that only prints even numbers of an array. Play around with some of the features and get the feel of it before going big with games and scientific calculators
27th Mar 2019, 9:30 AM
Clueless Coder
Clueless Coder - avatar
+ 4
calculator is a good one
27th Mar 2019, 4:51 AM
Jason Kennedy
+ 3
After playing a while and learning with conditionals, loops, File I/O, Arrays, you can do: 1) Simulate Cash Register (bonus: Ticket Generator) 2) Movie Theater Seat Assigner(bonus: Generate random seats taken) 3) [CLASSIC] Tic-tac-toe (bonus: extend to nxn games instead of just 3x3) And much much more.. I wish you success!
27th Mar 2019, 1:18 PM
Luis SepĂșlveda
Luis SepĂșlveda - avatar