hey rakan, thanks for the warm welcome man.. hehe
nice answer up here (wonder who helped u out wid it?
)
any way.. i thout id just post in a more presentable way so that it is clear which commands belong to which if statment
.. here:
Check customer status
IF customer is employee THEN
check type of product
IF product is electrical THEN
discount is 10%
else
input number of years of work
IF number of years of works is greater than or equal to 5 THEN
discount is 20%
else
discount is only 10%
end if
end if
else
NO discount
end if