Computer Science, asked by utkarshaw2005, 1 day ago

Can we include function while creating formula

Answers

Answered by cornal008
0

Answer:

yes you can

Explanation:

for example in python:

formula = max(2,5,5,9) + 5

where max is the function.

Similar questions