Question

After a few hours of tinkering with a program, you realize that you have introduced a lot of problems. You want to go back to what the program was like before you began working on it. Which of these will make that possible?

(1 point)
Responses

a scientific library

a scientific library

documentation

documentation

the development life cycle

the development life cycle

a version control system

a version control system
Skip to navigation

1 answer

The correct response is:

a version control system

A version control system allows you to track changes made to your code, enabling you to revert back to a previous state of your program before your recent modifications.