Any suggestions for a first project? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Any suggestions for a first project?

Beginner

15th Apr 2017, 1:52 PM
Dirt
Dirt - avatar
5 Answers
+ 6
https://www.sololearn.com/discuss/187862/?ref=app visit this post for a while maybe you'll find a project you like 😁 hope this help 😁
15th Apr 2017, 2:38 PM
Leon lit
Leon lit - avatar
+ 1
how do I even begin? do you learn at first by copying other peoples codes? I am.good at reading and remembering the answers to questions but I still have no.idea how to start with the actual coding.
15th Apr 2017, 1:56 PM
Dirt
Dirt - avatar
0
Rock, Paper, Scissors is a nice easy project to start with.
15th Apr 2017, 1:54 PM
Nathan
Nathan - avatar
0
Start by finding a way to retrieve users input, then generate a random value for the cpu choice, then finally get it to print who the winner was.
15th Apr 2017, 1:58 PM
Nathan
Nathan - avatar
0
Agenda A simple agenda that stores information of people (Name, Phone and Email). Your options in the agenda are: retrieve information about someone (you must input the person's name); Adding a new entry (you must input Name, Phone and Email), Delete an entry (you must input the person's name). The agenda must be persistent: after you add or remove someone, the information must remain there after you close the program. In other words, the information will be stored in a text file.
15th Apr 2017, 2:23 PM
Denis Felipe
Denis Felipe - avatar