Where does on start conceptualizing a Java program for kids. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Where does on start conceptualizing a Java program for kids.

Hi, I would like to create a learning program for kids between 6 and 12 years in Java. Any suggestions or ideas where to start? The program needs to teach them to read, math, vocabulary, etc. The program needs to help them with home work as well to a certain extent. Your assistance and knowledge would be highly appreciated as I am learning Java to accomplish this short term goal.

26th Oct 2018, 6:29 PM
Clement Mitchell
Clement Mitchell - avatar
2 Answers
+ 1
Thank you Jason, will look into this and advise on my progress
26th Oct 2018, 8:23 PM
Clement Mitchell
Clement Mitchell - avatar
0
start by doing a diagram on papwr of what you want it to do. thik of each thing as a module. such as learning to read..module 1..learning math module 2. then tackle exactly how to what to accomplish the task. learning to read..will it have voice over? will it have sentences that the words highlight as each word is read? Will it be interactive or more pf a watch and learn? rhen break it down even further to functions...such as the highlighted worfs function..how the words will look etc and start to think how java can accomplish each particilar function. breaking it down like this makes things a lot more manageable.
26th Oct 2018, 8:09 PM
Jason Kennedy