Write a program that creates a two-dimensional array named height and stores the following data:
16 17 14
17 18 17
15 17 14
The program should also print the array.
Expected Output
[[16, 17, 14], [17, 18, 17], [15, 17, 14]]
Answers
Answered by
1
Answer:
Cane I give u some advice try to find answer by hard work every time we cannot help u
Similar questions