139k views
20 votes
We _____to separate the code in sub programs from the main code

Please help!!

User Dale Myers
by
3.5k points

2 Answers

3 votes

Answer:

Indent

Explanation:

Indenting the code in the subprogram separates it from the main program and simplifies the process, making it easier to do.

User Steven Jeuris
by
3.5k points
5 votes

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.

User JDrago
by
3.8k points