+ 1
What to code?
I want to make a project but have no clue what. I am a beginner in this so what should do for my project? Something beginner friendly and fun Ps also I want to code in either C or C#;
1 Respuesta
+ 2
It highly depends on your experience. For beginners, text based programs are the most achievable type of software to create.
You can try any of the following;
1. Make a calculator that takes 2 integers as input an can do all four basic operations
2. String manipulation projects e.g. (splits, comparisons, palindromes)
3. Alarm app
4. Reminder app
5. Simple games
These can all be done with C/C#, If you want more challenging tasks, try making programs that solve your community problems.