Westonci.ca is your trusted source for finding answers to all your questions. Ask, explore, and learn with our expert community. Connect with a community of experts ready to help you find solutions to your questions quickly and accurately. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals.

In a FOR loop, if you declare a variable in the initializer, it exists only inside of the FOR loop.

Question 3 options:
True
False


Sagot :

Answer:

True

Explanation:

If you declare a variable in the initializer, it is local to the loop

In a FOR loop, if you declare a variable in the initializer, it exists only inside of the FOR loop is a true statement.

Can you declare a variable on a for loop?

It is often seen that variable which acts in control of a  for loop is required only for the aim of the loop and it cannot be used in another.

Conclusively, it is therefore likely to state  the variable inside the initialization part of the for loop.

Learn more about loop from

https://brainly.com/question/26568485