Skip to content

Instantly share code, notes, and snippets.

@sanvishal
Created July 3, 2019 09:29
Show Gist options
  • Save sanvishal/837f5dae68d1f1863dc168273b621fad to your computer and use it in GitHub Desktop.
Save sanvishal/837f5dae68d1f1863dc168273b621fad to your computer and use it in GitHub Desktop.
Hi 👋🏻
I guess everyone registered in geeksforgeeks.
Upcoming wednesday we are going to do both product development and coding. Learning while doing a project/product is the only way to learn anything faster.
Learn by doing whatever you like. Since this is our first activity, I chose a very simple game to make in C/C++
*Activity:*
Make a simple quiz game.
The program would ask questions. The user have to answer. The program should check if answer is correct or not.
*Bonus task:*
- make a grading system.
- Store the previous grades in a array and rank the users as 1st, 2nd, 3rd toppers in the quiz.
- your creativity is your limit.
*Topics to learn for this task:*
- Basic input, output printing.
- If, if-else, else statements.
- Arrays, for loops(optional)
https://www.tutorialspoint.com/cprogramming/
Don't jump into the task already. First, ask questions about what you should make, like... Is it a MCQ quiz? or fill in the blank quiz?. How does the user select a option? How can the program check if the answer is correct or not?
Asking questions is the basics of product development and it's more important than coding. When coming on wednesday, prepare such questions and try to learn C basics.
See ya 👋♥️
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment