Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 279 Bytes

Function_Problem.md

File metadata and controls

16 lines (12 loc) · 279 Bytes

Exercise 1: Define a function that accepts 2 values and return its sum, subtraction and multiplication. Hint Input: Enter value of a = 7 Enter value of b = 5

Expected output Sum is = 12 Sub is = 2 Multiplication is = 35

AIzaSyB_V3DqJiHPzsbklDmkQQNnSORGPTNnNyo