filmov
tv
java programming inputbox to read a full name, use substring to separate first name and last name
Показать описание
Create a Java program that uses an inputbox to ask user to enter his/her full name
(Example: Shin Liu) , the program displays the following message a message box.
Hello, Shin, your last name is Liu
ublic static void main(String[] args) {
String strFullName;
}
(Example: Shin Liu) , the program displays the following message a message box.
Hello, Shin, your last name is Liu
ublic static void main(String[] args) {
String strFullName;
}