+ 6
Im just beginning with c++... can anyone give me a small challenge .....i want to try with what i have learned
4 Antworten
+ 4
Try to search the keyword "challenge" in the Q&A section. You'll find many things to feast your skills upon. 😉
+ 2
If you want i tell you some challenges:
1 Detect if a word is a palindrome.
2 Return the square and cube of a input number.
3 With dinamic memory get any names with their number phones and then looking for anyone of them.
4 Draw a square or rectangle whose width and height choices are entered by the user.
You can see an example for the last challenge here:
https://code.sololearn.com/cK7EgrWQa6pT/?ref=app