Computer Science, asked by abhijitdey16122004, 1 day ago

PLEASE SOLVE AND SEND ME THE SOLUTION
WANT THE SOLUTION FROM YOUR COPY

Attachments:

Answers

Answered by answeringkings
0

Explanation:

Using scanner class, write a program to input a string and display all the tokens of the string which begin with a capital letter and end with a small letter.

Sample Input: The capital of India is New Delhi

Sample Output: The India New Delhi

Similar questions