homework

What is the out put and why? class Class_name main() // Declarations num index num SIZE = 10 num numbers[SIZE] = 0,0,0,0,0,0,0,0,0,0 index = 0 while index < SIZE numbers[index]= index * 10 index = index + 1 endwhile output “The Output is: ” while index > 0 index = index – 1 output numbers[index] endwhile return endClass

   Related Questions in C/C++ Programming

©TutorsGlobe All rights reserved 2022-2023.