Create a file named Validate.java , in that file create a method with the following signature: public static String getName(Scanner keyboard) Given a keyboard, make this method ask the user for a name. Ensure the name is between 5 and 15 characters. Return that name from this method. Write in java and use test case# as an examples

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Create a file named Validate.java , in that file create a method with the following signature: public static String getName(Scanner keyboard) Given a keyboard, make this method ask the user for a name. Ensure the name is between 5 and 15 characters. Return that name from this method. Write in java and use test case# as an examples
Test Case 3
Enter a name. The name must be in between 5 and 15 characters. \n
Mike ENTER
Enter a name. The name must be in between 5 and 15 characters. \n
Michael ENTER
Validated name: Michael \n
Test Case 4
Enter a name. The name must be in between 5 and 15 characters. \n
Alice ENTER
Validated name: Alice \n
Test Case 5
Enter a name. The name must be in between 5 and 15 characters. An
Domingo ENTER
Validated name: Domingo \n
Transcribed Image Text:Test Case 3 Enter a name. The name must be in between 5 and 15 characters. \n Mike ENTER Enter a name. The name must be in between 5 and 15 characters. \n Michael ENTER Validated name: Michael \n Test Case 4 Enter a name. The name must be in between 5 and 15 characters. \n Alice ENTER Validated name: Alice \n Test Case 5 Enter a name. The name must be in between 5 and 15 characters. An Domingo ENTER Validated name: Domingo \n
Test Case 1
Enter a name. The name must be in between 5 and 15 characters. \n
a ENTER
Enter a name. The name must be in between 5 and 15 characters. \n
aa ENTER
Enter a name. The name must be in between 5 and 15 characters. \n
aaa ENTER
Enter a name. The name must be in between 5 and 15 characters. \n
aaaa ENTER
Enter a name. The name must be in between 5 and 15 characters. \n
aaaaa ENTER
Validated name:
aaaaa \n
Test Case 2
Enter a name. The name must be in between 5 and 15 characters. \nl
aaaaaaaaaaaaaaaaaaaa ENTER
Enter a name. The name must be in between 5 and 15 characters. \n
aa aaaaaaaaaaaaaaaa ENTER
Enter a name. The name must be in between 5 and 15 characters. \n
aaaaaa aaaaa aaaaa ENTER
Enter a name. The name must be in between 5 and 15 characters.
aaaaaaaaaaaaaaaaa ENTER
Enter a name. The name must be in between 5 and 15 characters. In
aaaaaa aaaaaaaaa ENTER
Enter a name. The name must be in between 5 and 15 characters. \n
aaaaaaaaa aaaaa ENTER
Validated name:
aaaaaaaaa aaaaa\n
Transcribed Image Text:Test Case 1 Enter a name. The name must be in between 5 and 15 characters. \n a ENTER Enter a name. The name must be in between 5 and 15 characters. \n aa ENTER Enter a name. The name must be in between 5 and 15 characters. \n aaa ENTER Enter a name. The name must be in between 5 and 15 characters. \n aaaa ENTER Enter a name. The name must be in between 5 and 15 characters. \n aaaaa ENTER Validated name: aaaaa \n Test Case 2 Enter a name. The name must be in between 5 and 15 characters. \nl aaaaaaaaaaaaaaaaaaaa ENTER Enter a name. The name must be in between 5 and 15 characters. \n aa aaaaaaaaaaaaaaaa ENTER Enter a name. The name must be in between 5 and 15 characters. \n aaaaaa aaaaa aaaaa ENTER Enter a name. The name must be in between 5 and 15 characters. aaaaaaaaaaaaaaaaa ENTER Enter a name. The name must be in between 5 and 15 characters. In aaaaaa aaaaaaaaa ENTER Enter a name. The name must be in between 5 and 15 characters. \n aaaaaaaaa aaaaa ENTER Validated name: aaaaaaaaa aaaaa\n
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 4 images

Blurred answer
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education