Storing the digits if an integer number in an array
Answers
Answered by
0
int a[ ]= new int [ digit ];
where,
a is a variable
int is the data type
digit is digit which is to be stored in an array
where,
a is a variable
int is the data type
digit is digit which is to be stored in an array
Similar questions