Declare following arrays: check of 100 short element.
1 Like
short check[] = new short[100];
Answered By
2 Likes
Element amount[9] is which element of the array ?
Declare following arrays: figures of 30 char element.
Declare following arrays: balance of 26 float element.
Declare following arrays: budget of 58 double element.