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
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
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

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

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

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 4 images

Recommended textbooks for you

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)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

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)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON

Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education