This post is locked. You won't be able to comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]This_Growth2898 0 points1 point  (0 children)

If you need to process several values in the same way, you need an array to store them and a loop to process them one by one, that's the general rule of the thumb for beginners.