Computer Science, asked by Nishchala2007, 2 months ago

How to make a Array in your program to store and display the values?

Answers

Answered by SugaryHeart
0

Explanation:

Storing Data in Arrays. Assigning values to an element in an array is similar to assigning values to scalar variables. Simply reference an individual element of an array using the array name and the index inside parentheses, then use the assignment operator (=) followed by a value.

hope it helps :)

Similar questions