Saved Bookmarks
| 1. |
A ______________ Variable in a loop is used to store the initial value and gets incremented after every loop to reach its final value. |
|
Answer» A ++ Variable in a LOOP is used to STORE the initial value and gets incremented after every loop to reach its final value. |
|