How to extract each characters from a word using c++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to extract each characters from a word using c++?

Task: If you are given a string of random letters, your task is to evaluate whether any letter is repeated in the string or if you only hit unique keys while you typing.

19th Nov 2020, 2:43 PM
Nidhiya Chinju
Nidhiya Chinju - avatar
3 Answers
+ 12
Yes we will help u with ur attempt(code).. So Pls post ur try..
19th Nov 2020, 2:55 PM
Alphin K Sajan
Alphin K Sajan - avatar
+ 2
You can use a for loop and index from the string
19th Nov 2020, 3:03 PM
Olivia
Olivia - avatar
+ 2
Revise topics of loop and string.. Then post your attempt if it is unsolved...
19th Nov 2020, 3:20 PM
Jayakrishna 🇮🇳