ALGORITHM 2 DP
ALGORITHM 2 DP
This program is designed to state whether an applicant is eligible for any of the homes in a named
housing community.
Variables used
Appname: string
Appsal, asalded, ssal, ssalded, TME, TMR, netinc, GiNC, Balance: REAL
START
Read (appname)
Read (appsal)
Read (asalded)
Read (ssal)
Read (ssalded)
else
read (TME)
Read (TMR)
balance =netinc-(TME+TMR)
If balance>=1/2*netinc
then
Print 'Approved'
else
STOP