Declare following arrays: figures of 30 char element.
2 Likes
char figures[] = new char[30];
Answered By
1 Like
The elements of a seventy-element array are numbered from …………… to …………… .
Element amount[9] is which element of the array ?
Declare following arrays: check of 100 short element.
Declare following arrays: balance of 26 float element.