D
2012-11-15 10:10:05 UTC
when I want to declare a variable so I can give it a value later I start with int a; for an example, but what should I do if I have so many variables it's impossible to write int for every single one of them! thank you.