Question: this assingent is to pseudocode, i have instructions and the example my teacher had given me for this, could i have some assistance, i need
this assingent is to pseudocode, i have instructions and the example my teacher had given me for this, could i have some assistance, i need to do this in netbeans IDE and i need to use the scanner method as well and i need to pass both.


Overview: This assignment will allow you to use pseudocode to implement the program to see the value in planning first, coding later. While coding is the glamorous part of the job, software development is a process with many steps. The program itself will focus on operators to complete an equation Prompt: Before completing this assignment, be sure to review the Module Two resources. Use the Guide to Pseudocode document to write out the pseudocode for the given problem: Imagine that you are a merchant and need to keep better tabs on your merchandise to know when to reorder supplies. First, write out pseudocode, and then create a program to help you by accomplishing the following tasks: Use command line interface to ask the user to input the following. (You will need to convert this from a string to an integer.) . o How many apples are on hand o How many apples should be in stock o How many oranges are on hand o How many oranges should be in stock . Perform an operation to determine how many of each item should be ordered to maintain the stock. .Use command line interface to output the number of apples and oranges that need to be ordered Once you have the program laid out, build it by creating a functional program. Use your pseudocode as a guide. Be sure to remember the following important items: Follow the style guidelines found in ZyBooks as you develop. . Use commenting to describe the code. . Practice debugging if you encounter errors. Ensure your program performs its intended function. Specifically, the following critical elements must be addressed: I. Documentation: Pseudocode: Break down the problem statement into programming terms through creation of pseudocode following the guidelines provided in the course. Functioning Code: Produce fully functioning code (a code that produces no errors) that aligns with the accompanying annotations. Code Results: Results are properly generated. I A. B. Code results generate accurate output Code results produce results that are streamlined, efficient, and error free
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
