30.5k views
17 votes
Write a declaration of a variable named count that can be used to hold numbers like 90000 and -1 and -406.

User Ben Hunter
by
4.2k points

1 Answer

9 votes
Which language? In Java it would simply be:

int count;
User Jasaarim
by
4.3k points