+ 6
Need some challenges
challenge me with anything coming in ur mind... but i need a little simple challenges in the begining
2 Respuestas
+ 10
There are many different exercises, you can choose what is suitable for you:
https://w3resource.com/c-programming-exercises/
https://w3resource.com/cpp-exercises/
https://w3resource.com/JUMP_LINK__&&__python__&&__JUMP_LINK-exercises/
+ 5
Write a C/C++ program that takes a single-digit alpha-numeric user input and solves the user input without any for-, while-, do-, or goto-loops. The program prints the guess and exits.
Example:
Input> 9
Guessing....
You chose 9!