Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 222 Bytes

Function_Problem.md

File metadata and controls

10 lines (9 loc) · 222 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