help me with giving the grand answer
Attachments:
Answers
Answered by
1
As You Have Not Mentioned In The Question So
I 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);
}
Similar questions
English,
4 months ago
Computer Science,
4 months ago
Physics,
4 months ago
Math,
8 months ago
Math,
1 year ago