input a sentence and print all the words with its length java program
Answers
Answered by
0
Answer:
in python it is like
Explanation:
a=str(input("enter the sentence:")
print(a)
Similar questions