1.

Define a method called Average which accept two integer parameter and return their average as floating point value. answer fastplease don't spam​

Answer» ONG>ANSWER:

def Average(x,y):

return FLOAT(x+y)/2

print(Average(10,3))

Explanation:

This is the program written in PYTHON

10,3 are the parameters of the FUNCTION Average

HOPE IT HELPS YOU

DO FOLLOW FOR MORE PROGRAMS

MARK AS BRAINLIEST

(output is attached look at that)



Discussion

No Comment Found