Each software project uses a list of programming languages.
An incomplete algorithm written in pseudocode is shown below.
The algorithm must:
Complete the pseudocode algorithm below.
SET total TO 0
SET languages TO ["Python", "Java", "C++", "JavaScript", "Rust"]
FOR EACH lang FROM languages DO
END FOREACH