Create a program that is designed to help students study.
Put these definitions in the first 5 places.
index |
[0] |
[1] |
[2] |
[3] |
[4] |
[5] |
[6] |
etc. to [49] |
term |
element |
loop |
if |
array |
index |
etc. to [49] |
||
definition |
a section of an array. one piece of data is stored
there. |
a repition statement. |
a decision statment. |
a group of variables, all the same type. |
the address of an array element |
etc. to [49] |
Allow the user to:
Base this program on the shopping list. However, instead of just one array, you will need two.