Declare following arrays: balance of 26 float element.
2 Likes
float balance[] = new float[26];
Answered By
1 Like
Declare following arrays: figures of 30 char element.
Declare following arrays: check of 100 short element.
Declare following arrays: budget of 58 double element.
Declare an array of 5 ints and initialize it to the first five even numbers.