LIPS a functional language is one in which computations are made primarily by applying function to given program
Answer:
Answered below
Explanation:
This solution is written in Kotlin programming language.
fun average (a: Int, b: Int, c: Int, d: Int, e: Int) : Double {
#variable to hold the addition of all parameters
var sum = a + b + c + d + e
#variable to hold the average of sum
var avg = sum / 5
return avg
}
#call the function to see how it works.
# this operation is done in the fun main()
var test: Double = average ( 5, 4, 7 , 3, 9)
print (test)
C. system software
if it means drivers and so on
IPR offers ownership of the intellectual property. The owner of the property has the right to a monetary gain from those who wish to use it.