Question #1
Assume you are working in teamwork for designing new buildings. The new designs must consider carefully the number of emergency exits (ارئ9A رج=a) the building should have; depending on number of people in this building.
You as a computer programmer, write an algorithm to read number of persons supposed to live in this building. Then, the algorithm determines and prints out the suitable number of emergency exits according to the following table:
Number of persons Number of emergency exits
50 or less |
1 |
exit |
51- 175 |
3 |
exits |
176- 320 |
5 |
exits |
If number of persons is above 320, number of emergency exits calculated as the following equation:
Number of emergency exits = No. of persons ∗ 1.8
100
Question #2
Write an algorithm to read number of Palestinian populations in 2019. The number of populations increases by a fix rate of 2.8% per year. Write an algorithm that finds the year in which the number of Palestinian populations will exceeds the double (i.e. twice) current number.
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of