You are on page 1of 1

Create text box for name,address1,addr2,city,state,zip,income Start # input details# Enter the name in text box while name

contains special characters, length is greater than 50, name is fully numeric #exception# print error message enter the address1 in text box if address1 is greater than 100 goto address2 enter the addr2 in text box if addr2 is greater than 50 print error message enter the city in text box if city is greater than 30 print error messge else goto next Enter the state in text box length should be equal to 2 else print error message Enter the zip in text box length should be equal to 5 else print error message enter the income in text box must be numeric else print error message select the year from combo box on submit calculate max loan amount =.10*annual income*no.of remaining years of service print confirmation message on clear entered details are cleared on close exit form stop

You might also like