Advantages to creating methods in addition to the main() method include all of the following except _____.
a. the main() method is easier to follow
b. all methods are prewritten, saving the programmer work
c. it is easier to determine the overall intent of statements encapsulated in the methods
d. methods are reusable