+ 1
Can I use the same int name for a method?
When im making a method before main, for example: static void func(int x) {...} can I later initialize an int with the same name or will that cause trouble?
1 Respuesta
When im making a method before main, for example: static void func(int x) {...} can I later initialize an int with the same name or will that cause trouble?