I am developing a program which requires-
1: Calculate the value of various variables
2: Create an array and store the values of these variables in a specifed location in the array
3: use the array to carry out further calcs.
i have createdthe procedure to read the values into the array…however i wish to debug this array to ensure the correct value is stored in the correct location…
How can i do this? Is there any way i can print the entire array on the screen?