+ 1
I struggle with this error cannot find symbol employes1[i].ageRetraite = 67;
https://code.sololearn.com/crJ5XV3CJPDb Thanks guys!!
3 Answers
+ 1
The problem is that your class should at least be "Program",like this:
class Program{
//stuff
}
class Employe{
//stuff
}