Which of the following statements about algorithms is true?

Only one algorithm can solve a given problem.
Two people cannot code using different algorithms and still end up with the same working program.
You can have several different algorithms for the same activity.
You must follow a set of steps in a specific order to arrive at the correct answer.

Respuesta :

Lanuel

The true statement about algorithms is that: C. You can have several different algorithms for the same activity.

What is an algorithm?

An algorithm can be defined as a standard formula (procedures) which comprises series of finite steps and instructions that is used for proffering solutions to a problem on a computer under appropriate conditions.

This ultimately implies that, an algorithm is a standard, logical formula  which is made up of the step-by-step rules and instructions for performing a specific task on a computer system such as playing a music from a specific folder.

In conclusion, several different algorithms can be written by a programmer for the same activity.

Read more on algorithm here: brainly.com/question/24793921