Write a Java program using the methods of the class JOptionPane to read a string containing an e-mail address. The string must begin as “My e-mail address is ” and be followed by an e-mail address....


Write a Java program using the methods of the class JOptionPane to read a string containing an e-mail address. The string must begin as “My e-mail address is ” and be followed by an e-mail address. Extract the e-mail address from the string using methods of the class Scanner, and display it using the methods of the class JOptionPane. Demonstrate that only [email protected] is extracted from the string “My e-mail address is [email protected]”.



May 18, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here