Thank you in advanced for helping me with this question. I have pasted my code which is obviously wrong so please anyone that can help with this?
required data:
years_employed <= 3 add 1 to j_count
years_employed >3 and <10 add 1 to r_count
years_employed >= 11 add 1 to s_count
Question:
the program uses and integer variable years_employed to define three groups of employees.
1) write a NESTED IF statement that tests years_employed and does the appropriate process