Procedure: 1. Create a folder named LastName_FirstName in your local drive. (ex. Reyes_Mark) 2. Using NetBeans, create a Java project named FruitBasket. Set the project location to your own folder. 3. Import Scanner and Stacks from the java.util package. 4. Create a Stack object named basket. 5. The output shall: 5.1. Ask the user to input the number of fruits s/he would like to catch. 5.2. Ask the user to choose a fruit to catch by pressing A for apple, O for orange, M for mango, or G for quava

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

JAVA LANGUAGE

Procedure:
1. Create a folder named LastName_FirstName in your local drive. (ex. Reyes_Mark)
2. Using NetBeans, create a Java project named FruitBasket. Set the project location to your own
folder.
3. Import Scanner and Stacks from the java.util package.
4. Create a Stack object named basket.
5. The output shall:
5.1. Ask the user to input the number of fruits s/he would like to catch.
5.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.
5.3. Display all the fruits that the basket has.
5.4. Ask the user to enter E to start eating a fruit.
5.5. Display the fruits remaining each time E is entered and "No more fruits" when the basket
becomes empty.
6. Convert your code into a Python script. Use the range() function to allow the user to input multiple
times. For example, if the user has to enter input 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
to the sample code below to add a fruit to the basket. The variable i represents all the one-character
strings entered by the user. The functions upper () and lower() allow case-insensitive input.
for i in keys:
if i.upper () == "A":
basket.append("apple")
7. Save the script as fruit_basket.py to your folder.
Transcribed Image Text:Procedure: 1. Create a folder named LastName_FirstName in your local drive. (ex. Reyes_Mark) 2. Using NetBeans, create a Java project named FruitBasket. Set the project location to your own folder. 3. Import Scanner and Stacks from the java.util package. 4. Create a Stack object named basket. 5. The output shall: 5.1. Ask the user to input the number of fruits s/he would like to catch. 5.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. 5.3. Display all the fruits that the basket has. 5.4. Ask the user to enter E to start eating a fruit. 5.5. Display the fruits remaining each time E is entered and "No more fruits" when the basket becomes empty. 6. Convert your code into a Python script. Use the range() function to allow the user to input multiple times. For example, if the user has to enter input 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 to the sample code below to add a fruit to the basket. The variable i represents all the one-character strings entered by the user. The functions upper () and lower() allow case-insensitive input. for i in keys: if i.upper () == "A": basket.append("apple") 7. Save the script as fruit_basket.py to your folder.
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
Transcribed Image Text: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
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 3 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