Saved Bookmarks
| 1. |
Help me with giving the grand answer |
Answer» As You Have Not Mentioned In The Question SoI am doing this in JavaScript -It was very easy for me - LET sentence = "I am Vinayak"; console.log(sentence.length); for(let CHARS of sentence){ console.log(chars); } |
|