1. Import Scanner and Stacks from the java.util package. 2. Create a Stack object named basket. 3. The output shall: 3.1. Ask the user to input the number of fruits s/he would like to catch. 3.2. Ask the user to choose a fruit to catch by pressing A for apple, O for orange, M for mango, or G for guava. 3.3. Display all the fruits that the basket has. 3.4. Ask the user to enter E to start eating a fruit. 3.5. Display the fruits remaining each time E is entered and "No more fruits" when the basket becomes empty. 4. Convert your code into a Python script. Use the range0 function to allowthe userto input multiple times. For example, if the user has to enterinput five (5) times, the code will be for i in range(5). The variable i represents numbers 1 to 5. Since the user input is only a one-character string, refer tothesamplecode belowto add a fruit to the basket. The variable i represents allthe one-character strings entered by the user. The functions uppero and lower) allow case-insensitive input. for i In keys: If Lupper) "A": basket. append("apple") 5. Save the script as fruit_basket.py to your folder. See sample output for Python on the next pege. Catch and eat any of these fruits:("apple', 'orange', 'mango', 'guava') How many fruits would you like to catch? 4 Choose a fruit to catch. Press A, 0, M, or G. Fruit 1 of 4: m Fruit 2 of 4: o Fruit 3 of 4: a Fruit 4 of 4: a your basket now has: ['mango', 'orange', 'apple', 'apple'] Press E to eat a fruit. e Fruit(s) in the basket: ['mango', 'orange', 'apple'] Press E to eat a fruit. e Fruit(s) in the basket: ['mango', 'orange'] Press E to eat a fruit. e Fruit(s) in the basket: [ 'mango'] Press E to eat a fruit. e No more fruits
1. Import Scanner and Stacks from the java.util package. 2. Create a Stack object named basket. 3. The output shall: 3.1. Ask the user to input the number of fruits s/he would like to catch. 3.2. Ask the user to choose a fruit to catch by pressing A for apple, O for orange, M for mango, or G for guava. 3.3. Display all the fruits that the basket has. 3.4. Ask the user to enter E to start eating a fruit. 3.5. Display the fruits remaining each time E is entered and "No more fruits" when the basket becomes empty. 4. Convert your code into a Python script. Use the range0 function to allowthe userto input multiple times. For example, if the user has to enterinput five (5) times, the code will be for i in range(5). The variable i represents numbers 1 to 5. Since the user input is only a one-character string, refer tothesamplecode belowto add a fruit to the basket. The variable i represents allthe one-character strings entered by the user. The functions uppero and lower) allow case-insensitive input. for i In keys: If Lupper) "A": basket. append("apple") 5. Save the script as fruit_basket.py to your folder. See sample output for Python on the next pege. Catch and eat any of these fruits:("apple', 'orange', 'mango', 'guava') How many fruits would you like to catch? 4 Choose a fruit to catch. Press A, 0, M, or G. Fruit 1 of 4: m Fruit 2 of 4: o Fruit 3 of 4: a Fruit 4 of 4: a your basket now has: ['mango', 'orange', 'apple', 'apple'] Press E to eat a fruit. e Fruit(s) in the basket: ['mango', 'orange', 'apple'] Press E to eat a fruit. e Fruit(s) in the basket: ['mango', 'orange'] Press E to eat a fruit. e Fruit(s) in the basket: [ 'mango'] Press E to eat a fruit. e No more fruits
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...
Related questions
Question
Implement stacks in both Java and Python. You can use online java compiler IDE or netbeans.
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 5 steps with 2 images
Recommended textbooks for you
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 Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
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 Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
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
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY