I struggle with this error cannot find symbol employes1[i].ageRetraite = 67; | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответ
+ 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