Unit 7 Day 2 Arrays WS #2 Name L Write the code that will initialize each element of a 50 component arzay,named values, to the value 10 (Note:: declare values as well) write the output of the following program fragments. int [ ] values= {25, 35, 45, 55); for (int x = 0; x < 4; x++) intl l values (25, 35, 45, 55): for (int x-0: x4: x++) int [ ] list=
OR
OR