Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

JAVA 20 marks] Read three sentences from the console application. Each sentence should not exceed 80 characters. Then, copy each character in each input sentence

image text in transcribedimage text in transcribed JAVA

20 marks] Read three sentences from the console application. Each sentence should not exceed 80 characters. Then, copy each character in each input sentence in a [3 x 80] character array. The first sentence should be loaded into the first row in the reverse order of characters - for example, "mary had a little lamb" should be loaded into the array as "bmal elttil a dah yram". The second sentence should be loaded into the second row in the reverse order of words for example, "mary had a little lamb" should be loaded into the array as "lamb little a had mary". The third sentence should be loaded into the third row where if the index of the array is divisible by 5, then the corresponding character is replaced by the letter 'z' -for example, "mary had a little lamb" should be loaded into the array as "mary zad azlittze lazb" that is, characters in index positions 5, 10, 15, and 20 were replaced by z. Note that an empty space is also a character, and that the index starts from position O. Now print the contents of the character array on the console. ReversedSentence E Attributes E Operations + public static String change5thPosition(String s) public static String printChar2DArray(char[I[] arr) + public static String reverseByCharacter(String s) + public static String reverseByWord(String s) + public static String truncateSentence(String s)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

mple 10. Determine d dx S 0 t dt.

Answered: 1 week ago