Functions
2 / 5
Function parameters
Create a function called introduce
with two parameters name
and age
.
The function should write an introductory statement, such as:
Hello, my name is {name} and I am {age} years old.