Which of the following statements about creating arrays and initializing their elements is false?
a. The new keyword should be used to create an array.
b. When an array is created, the number of elements must be placed in square brackets following the type of element being stored.
c. The elements of an array of integers have a value of null before they are initialized.
d. A for loop is commonly used to set the values of the elements of an array.
+2
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which of the following statements about creating arrays and initializing their elements is false? a. The new keyword should be used to ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » Which of the following statements about creating arrays and initializing their elements is false? a. The new keyword should be used to create an array. b.