Answer:
1. You want to use parameters
2. You don't want your program to run multiple times
3. You want to call that snippet of code throughout your program
hope this helped :D
Explanation:
A default constructor is a constructor that present in the class by default with no parameters when we write a new constructor with parameters it is called overloaded constructor.There can be different overloaded constructors in the same class.
The main difference between default constructor and overloaded constructor is that the default constructor does't have any parameters while the overloaded constructors have parameters.
Pentaprism is a five sided prism with two silvered surfaces giving a non-stop deviation of all rays of light through 90 degress. Used in viewfinders of single-lens reflex cameras
Local
----------------------------------------------------
The output will be 10.
The while loop runs until numb is equal to or less than 13.
25 - 5 = 20
20 - 5 = 15
15 - 5 = 10, which is less than 13 so the loop stops and 10 is printed to the screen.