Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

JAVA: 3rd Problem: write an app to shorten text messages that are over 10 characters long. essage is over 10 characters, following rules will work

JAVA:

image text in transcribed

3rd Problem: write an app to shorten text messages that are over 10 characters long. essage is over 10 characters, following rules will work to shorten the messages: 1. eliminate vowels, unless a word starts with a vowel 2. eliminate repeated letters in a word Show how many character have been eliminated with your app. ad in a line of text as one String, convert it to lowercase letters, and check the length; when it is over 10 characters get a character 1 by 1 (you might need an extra variable to help you with this) and ignore the 1st character of a word if it is a vowel . if the character is a vowel and not the 1st character, do not use the character and increment the value that is counting the replacements if the character is a repeating character, do not use the character and increment the value that is counting the replacements

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Statistical And Scientific Database Management International Working Conference Ssdbm Rome Italy June 21 23 1988 Proceedings Lncs 339

Authors: Maurizio Rafanelli ,John C. Klensin ,Per Svensson

1st Edition

354050575X, 978-3540505754

More Books

Students also viewed these Databases questions