Computer Science, asked by ramyagce8581, 1 year ago

Storing the digits if an integer number in an array

Answers

Answered by hiramani7080
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

Similar questions