Computer Science, asked by Jimmy008, 16 days ago

input a sentence and print all the words with its length java program

Answers

Answered by gourpihu0710
0

Answer:

in python it is like

Explanation:

a=str(input("enter the sentence:")

print(a)

Similar questions