Learning Goal: I’m working on a java multi-part question and need an explanation and answer to help me learn.
Using pseudocode, design an algorithm that reads (input) the dimensions of a rectangle, calculates the area and perimeter of the rectangle, and displays (output) the results of the calculations to the user.
1. Identify Inputs, Process and Outputs (IPO): the necessary inputs, outputs and any variables necessary for the process.
2. Create your pseudocode.
3. Using diagrams.net, create a flowchart that matches your pseudocode.
The Guidelines are provided in the screenshot.
Don’t need to write the program only make flowchart and write psuedocode.