Answer:
We Ident to separate the code in sub programs from the main code
Step-by-step explanation:
We separate the main program from the subprograms by indenting the code in the subprogram. We call a method when we type its name. This moves the control of the program to the method.