The document describes an experiment aimed at reversing the letters of each word in a given string using Java. It includes the code implementation for the task, which utilizes a Scanner to read input and processes the string to reverse each word. The output displays the new string after the reversal is completed.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
6 views2 pages
EXPT
The document describes an experiment aimed at reversing the letters of each word in a given string using Java. It includes the code implementation for the task, which utilizes a Scanner to read input and processes the string to reverse each word. The output displays the new string after the reversal is completed.