Answer:
Explanation:
Computer software, also called software, is a set of instructions and its documentations that tells a computer what to do or how to perform a task. software includes all different software programs on a computer, such as applications and the operating system
Parameter is the answer you wanted
Solution:
Since no language was specified, this will be written in Python.
n1, n2, n3 = input ("Enter three names: ").split()
print(n3)
print(n2)
print(n1)
Cheers.
Answer:
There are usually three stages to writing a program: Coding. Compiling. Debugging.