Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Could you please resolve these questions below in JAVA? E1.16 undefined E1.15 Type in and run the following program: import javax.swing.JOptionPane; public class DialogViewer {

Could you please resolve these questions below in JAVA? E1.16

image text in transcribedundefined

E1.15 Type in and run the following program: import javax.swing.JOptionPane; public class DialogViewer { public static void main(String[] args) { String name = JOptionPane.show InputDialog("What is your name?"); System.out.println(name); 1 } Then modify the program to print "Hello, name!, displaying the name that the user typed in. ... E1.16 Modify the program from Exercise E1.15 so that the dialog continues with the mes- sage My name is Hal! What would you like me to do?" Discard the user's input and display a message such as I'm sorry, Dave. I'm afraid I can't do that. Replace Dave with the name that was provided by the user

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_2

Step: 3

blur-text-image_3

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

Visual Basic Net Database Programming

Authors: Rod Stephens

1st Edition

0789726815, 978-0789726810

Students also viewed these Databases questions

Question

Jones needed to do something to revitalize the association.

Answered: 1 week ago