Java Assignment

Good afternoon guys ,I just need assistance in regards to my assignment . The code is good but faulty as it is not displaying the desired console output and I've been struggling to figure out the solution to the problem. I can gladly share my source code whenever you're ready!! Your assistance would be very much appreciated !
16 Replies
JavaBot
JavaBot14mo ago
This post has been reserved for your question.
Hey @dans132! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
Unknown User
Unknown User14mo ago
Message Not Public
Sign In & Join Server To View
dans132
dans132OP14mo ago
Thank you so much will do
JavaBot
JavaBot14mo ago
If you are finished with your post, please close it. If you are not, please ignore this message. Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts.
dans132
dans132OP14mo ago
theres about 6 classes and do you mind if i please share with the desired console output the prof wants too?
Unknown User
Unknown User14mo ago
Message Not Public
Sign In & Join Server To View
dans132
dans132OP14mo ago
Alright let me send you a screenshot one moment please
Unknown User
Unknown User14mo ago
Message Not Public
Sign In & Join Server To View
JavaBot
JavaBot14mo ago
Please format your code & make it more readable. For the java programming language, it should look like this:
```java public class Main { public static void main(String[] args){ System.out.println("Hello World!"); } ```
• These are backticks, not quotes.
dans132
dans132OP14mo ago
yes so must i send source code for all the classes ?? The main issue is the console output Please bare with me
dans132
dans132OP14mo ago
These are src code files The desired console out put is in this file below Scroll and you will see sample output
dans132
dans132OP14mo ago
this sequence works like planned according to the desired console output:Please select one of the following: 1: Add Item to Inventory 2: Display Current Inventory 3: Buy Item(s) 4: Sell Item(s) 5: To Exit
2
Inventory: Please select one of the following: 1: Add Item to Inventory 2: Display Current Inventory 3: Buy Item(s) 4: Sell Item(s) 5: To Exit
3
Error...could not buy item Please select one of the following: 1: Add Item to Inventory 2: Display Current Inventory 3: Buy Item(s) 4: Sell Item(s) 5: To Exit
4
Error...could not sell item Please select one of the following: 1: Add Item to Inventory 2: Display Current Inventory 3: Buy Item(s) 4: Sell Item(s) 5: To Exit
1
Do you wish to add a fruit(f), vegetable(v), preserve(p)? w Invalid entry Do you wish to add a fruit(f), vegetable(v), preserve(p)? 1 Invalid entry Do you wish to add a fruit(f), vegetable(v), preserve(p)? f Enter the code for the item: 111 Enter the name for the item: Granny Smith Apple Enter the quantity for the item: 30 Enter the cost of the item: .10 Enter the sales price of the item: .25 Enter the name of the orchard supplier: Apple Orchard Please select one of the following: 1: Add Item to Inventory 2: Display Current Inventory 3: Buy Item(s) 4: Sell Item(s) 5: To Exit
2
Inventory: Item: 111 Granny Smith Apple 30 price: $0.25 cost: $0.10 orchard supplier: Apple Orchard Please select one of the following: 1: Add Item to Inventory 2: Display Current Inventory 3: Buy Item(s) 4: Sell Item(s) 5: To Exit
1
Do you wish to add a fruit(f), vegetable(v), preserve(p)? v : but this appears after :Enter the name of the supplier: Instead of :Enter the code for the item: 222 the issue starts at the 2nd item whcih i want to add according to the desired console output
JavaBot
JavaBot14mo ago
💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.

Did you find this page helpful?