English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

if i want to checks the employ in our company of some conditions like person name,age,marital status&salary if these conditions satisfied then it allows otherwise it asks me do u add in ur company or delete

2006-08-29 01:21:08 · 1 answers · asked by ram 1 in Computers & Internet Programming & Design

1 answers

Which language you are using for your software? Then the answer can be clear. But I can present the algorithm to you like this:

if(person name check)
if(age check)
if(marital status check)
if(salary check)
- all conditions are met. do what you want here
else
error message on salary check
else
error message on marital status check
else
error message on age check
else
error message on name check

2006-08-29 01:28:01 · answer #1 · answered by Indian_Male 4 · 0 0

fedest.com, questions and answers