- C++

C++ : Read array of 10 Integers and Display

Read array of 10 integers and displaying them. “Array is the limited storage(as size mentioned) with ordered series or arrangement of  same kind of data(int or float or char)” Example :Input is asked as : Enter the Array elements, Enter Values like 00,10,20,30,40,50,60,70,80,90 are stored in particular space of array.…

Read More