I struggle with this error cannot find symbol employes1[i].ageRetraite = 67; | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I struggle with this error cannot find symbol employes1[i].ageRetraite = 67;

https://code.sololearn.com/crJ5XV3CJPDb Thanks guys!!

4th Aug 2018, 7:07 PM
wally22
1 Answer
+ 1
The problem is that your class should at least be "Program",like this: class Program{ //stuff } class Employe{ //stuff }
4th Aug 2018, 8:17 PM
Jonas Schröter
Jonas Schröter - avatar