Add a new method to ArrayTools called copy. Make this method accept two String arrays. Copy the content from the first array into the second array. If the second array isn't big enough, show an error message.   Write in Java and use test case 1 as result.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Add a new method to ArrayTools called copy. Make this method accept two String arrays. Copy the content from the first array into the second array. If the second array isn't big enough, show an error message.

 

Write in Java and use test case 1 as result.

 

Test Case 1
How many strings? \n
3 ENTER
Enter a value: \n
a ENTER
Enter a value: \n
b ENTER
Enter a value: \n
C ENTER
copy/print test 1 \n
[0]: a \n
[1]: b\n
[2]: c\n
copy/print test 1 \n
[0]: a \n
[1]: b\n
[2]: cn
[3]: null \n
copy/print test 1 \n
Error: Second array isn't big enough. \n
First array size: 3\n
Second array size: 2 \n
[0]: null \n
[1]: null \n
copy/print test 1 \n
[0]: a \n
[1]: b\n
[2]: c\n
[3]: null \n
[4]: null \n
copy/print test 1 \n
[0]: a \n
[1]: b\n
[2]: c\n
[3]: null \n
[4]: null \n
[5]: null \n
[6]: null \n
[7]: null \n
[8]: null \n
Transcribed Image Text:Test Case 1 How many strings? \n 3 ENTER Enter a value: \n a ENTER Enter a value: \n b ENTER Enter a value: \n C ENTER copy/print test 1 \n [0]: a \n [1]: b\n [2]: c\n copy/print test 1 \n [0]: a \n [1]: b\n [2]: cn [3]: null \n copy/print test 1 \n Error: Second array isn't big enough. \n First array size: 3\n Second array size: 2 \n [0]: null \n [1]: null \n copy/print test 1 \n [0]: a \n [1]: b\n [2]: c\n [3]: null \n [4]: null \n copy/print test 1 \n [0]: a \n [1]: b\n [2]: c\n [3]: null \n [4]: null \n [5]: null \n [6]: null \n [7]: null \n [8]: null \n
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 6 images

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question

Did I miss something because in the output it doesn't mention anything about the
First array size: 3\n
Second array size: 2\n
in the code? It just skips over it.

Solution
Bartleby Expert
SEE SOLUTION
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY