Step 7: Create a Random object using the input seed Step 8: Use a for lçop to create the specified number of frogs and add them to the array list. The weights of the frogs must be in the range [MIN_WEIGHT, MAX_WEIGHT] and be generated by the Random object created in Step 7 ystem.out.println("All frogs before swapping:");

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
34
using prompt
"Enter an integer as the random generator seed:
35
36
37
// Step 7: Create a Random object using the input seed
38
39
40
// Step 8: Use a for loop to create the specified number
of frogs and add them to the array list.
The weights of the frogs must be in the range
[MIN_WEIGHT, MAX_WEIGHT] and be generated by
the Random object created in Step 7
41
//
42
43
//
44
45
//
46
47
System.out.println("All frogs before swapping:");
48
49
// Step 9: Use the enhanced for loop to print
out all frogs in the list, one per line
50
51
52
53
// Step 10: Calculate the index of the last frog
in the list and store it in a variable
54
55
56
57
// Step 11: Swap the first and the last frogs in the list
58
59
60
System.out.println("All frogs after swapping: ");
61
62
//Step 12: Use the enhanced for loop to print
out all frogs in the list, one per line
63
64
65
66
67
68
69
Transcribed Image Text:34 using prompt "Enter an integer as the random generator seed: 35 36 37 // Step 7: Create a Random object using the input seed 38 39 40 // Step 8: Use a for loop to create the specified number of frogs and add them to the array list. The weights of the frogs must be in the range [MIN_WEIGHT, MAX_WEIGHT] and be generated by the Random object created in Step 7 41 // 42 43 // 44 45 // 46 47 System.out.println("All frogs before swapping:"); 48 49 // Step 9: Use the enhanced for loop to print out all frogs in the list, one per line 50 51 52 53 // Step 10: Calculate the index of the last frog in the list and store it in a variable 54 55 56 57 // Step 11: Swap the first and the last frogs in the list 58 59 60 System.out.println("All frogs after swapping: "); 61 62 //Step 12: Use the enhanced for loop to print out all frogs in the list, one per line 63 64 65 66 67 68 69
16 public class FrogListApp
17
public static void main(String[] args)
18
19
final int MIN_WEIGHT = 1;
13B
final int MAX_WEIGHT = 25;
20
21
22
// Step 3: Create an array list to store Frog objects
23
24
25
// Step 4: Create a Scanner object
26
27
28
// Step 5: Read an integer as the number of frogs
using prompt "Enter the number of frogs:
29
30
31
32
// Step 6: Read an integer as the random generator seed
33
using prompt
"Enter an integer as the random generator seed: "
34
%3D
35
//
36
37
// Step 7: Create a Random object using the input seed
38
39
40
// Step 8: Use a for loop to create the specified number
of frogs and add them to the array list.
The weights of the frogs must be in the range
[MIN WEIGHT, MAX WEIGHT] and be generated by
the Random object created in Step 7
41
42
//
//
43
44
45
//
46
47
System.out.println("Al1 frogs before swapping:");
48
49
// Step 9: Use the enhanced for loop to print
50
Transcribed Image Text:16 public class FrogListApp 17 public static void main(String[] args) 18 19 final int MIN_WEIGHT = 1; 13B final int MAX_WEIGHT = 25; 20 21 22 // Step 3: Create an array list to store Frog objects 23 24 25 // Step 4: Create a Scanner object 26 27 28 // Step 5: Read an integer as the number of frogs using prompt "Enter the number of frogs: 29 30 31 32 // Step 6: Read an integer as the random generator seed 33 using prompt "Enter an integer as the random generator seed: " 34 %3D 35 // 36 37 // Step 7: Create a Random object using the input seed 38 39 40 // Step 8: Use a for loop to create the specified number of frogs and add them to the array list. The weights of the frogs must be in the range [MIN WEIGHT, MAX WEIGHT] and be generated by the Random object created in Step 7 41 42 // // 43 44 45 // 46 47 System.out.println("Al1 frogs before swapping:"); 48 49 // Step 9: Use the enhanced for loop to print 50
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

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