Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program that reads a sentence using a dialog box. Depending on the last character of the sentence, output another dialog box identifying the

Write a program that reads a sentence using a dialog box. Depending on the last character of the sentence, output another dialog box identifying the sentence as declarative (ends with a period), interrogative (ends with a question mark), exclamatory (ends with an exclamation point), or other.

This is for my Java class, use a switch block for this program not if statements. Sample output should look like the following picture:

image text in transcribedimage text in transcribed

Example output is: If the user enters a sentence that ends with a period: Input Enter a sentence Hello OK Cancel Message The sentence is declarative. OK If the user enters a sentence that ends with a question mark: Input Enter a sentence Hello OK Cancel Message The sentence is interrogative. OK

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

More Books

Students also viewed these Databases questions