c console based application

Mar 1 2021 7:45 AM
Designing a c console based application that should allow a user key in house location, house type e.g simple double . Based on the 2 parameters the program should search and display house matching the two criteria (if any) else display message "no house matches your search criteria". Information to be displayed about the house includes house name ,house owner, rent price ,house deposit,water deposit and electricity deposit, total rent.
Other information:
1. House deposit will be the same as the rent price
2. Water deposit is Ksh1500 while electricity deposit is Ksh2500
3. Total rent is obtained by adding house deposit, water deposit, and electricity deposit.
REQUIRED:
1. Document this above business senario using pseudo code
2. Write appropriate c program to implement the pseudo code. Debug, and test. 

Answers (1)