Raptor Flowcharts

Computer science
Topic: Raptor Flowcharts

A lumber yard sells boards at $5 per board (assume all boards are the same size & weight). But, has a restriction where a customer must buy at least 5 boards at a time (that is, any number of boards greater than 5).

Use a loop to validate the number of boards bought is 5 or more, then calculate the cost of the order.

Save your flowchart as a raptor file (*.rap) named “Test4part4”.

Part 5
Do not use a loop here.

The cost of a boat is calculated in parts. The initial cost is $12000.

For each sail on the boat add $5000 to the cost (1 sail $5000, 2 sails $10000, etc)

If the boat has a jib (a foresail) add $2500 to the cost

Specific Instructions:

Set the initial cost to $12000; then ask the user how many sails the boat has (be sure to calculate the cost of the sails here). Increment cost by the appropriate amount. Then ask the user if the boat has a jib; if so increment cost by $2500. Output the final price.

Save your flowchart as a raptor file (*.rap) named “Test4part5”.

Order from us and get better grades. We are the service you have been looking for.