Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Create a flowchart for the question below based on the pseudocode Design Layout References Mailings Review For following questions, please provided your solutions for each

Create a flowchart for the question below based on the pseudocode
image text in transcribed
Design Layout References Mailings Review For following questions, please provided your solutions for each of the questions in a separate Word document. 1. Write pseudocode for the following problem: (10 polnts) You are in charge of the school's IT department and several classes are asking to by iPads for use in thelr classes. Based on the number of iPads each class requested, determine the total costs for each classroom. The only information given is that the iPad costs $900, sales tax is 6.5% and there is a total of 5 classrooms. HINT: You will need to get the teacher's input for the amount that their class will need. Solution public float buylPadstint numOfstudents) ( if numorstudents 0 then return new Eloat(O else float tax 0.065; float taxCale+tax float ipadCost 900, returm (numOfStudents 900)taxCal 2. Create a flow chart based on the pseudocode you wrote for question 1. (10 points) 3. From the flow chart in question 2, create test code. As far as the test code, I will not be concerned with whether it will compile and run. I will be looking for the order of operation and correct use of brackets and semi-colons. (10 points) 4. Provide three test cases based on the functionality of your code. You should use the examples of test cases we went over in class as reference. (10 points) 5. Name the types of test code and their functionality. (10 points)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions