411,041 views
10 votes
10 votes
Write a declaration of a variable named count that can be used to hold numbers like 90000 and -1 and -406.

User Shoichi
by
2.4k points

1 Answer

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

int count;
User Maurice Flanagan
by
2.4k points