Question #24379

Write a declaration statement to declare that the variable count will be used to store an
integer.

Expert's answer

int count;

int - integer type;
count - variable name;
LATEST TUTORIALS
APPROVED BY CLIENTS