Write a program to accept and categorise 20 employees in the age group : 22 to 30, 31 to 40, 41 to 50, 51 to 60 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Write a program to accept and categorise 20 employees in the age group : 22 to 30, 31 to 40, 41 to 50, 51 to 60

27th Oct 2017, 10:03 AM
Alok Agarwal
Alok Agarwal - avatar
3 Answers
+ 4
Hint: - Use for or while loop to get 20 age entries, store them in an array. - Use if to verify employee's age is between specification. - Use another array for storing employee age statistics.
27th Oct 2017, 10:49 AM
Ipang
0
Can I get the program ??? Plsss
15th Aug 2020, 4:29 AM
Kirana
- 1
je suis bien volontier de pouvoir servir à d'autres que le temps
4th Apr 2018, 4:01 PM
Teiva TEHINA
Teiva TEHINA - avatar