SyntaxFix
Write A Post
Hire A Developer
Questions
When you write x = 0, x is an int...so you can't do x[age1] because x is int
x = 0
x
x[age1]
int