Complete the program so that when given
- a string "name" as input it outputs "Sherlock Holmes"
- a string "age" it outputs 33
- a string "address" it outputs "Baker Street 221b"
Do not forget to use derived contexts!
Complete the program so that when given
Do not forget to use derived contexts!
Sample Input 1:
nameSample Output 1:
Sherlock HolmesCreate a free account to access the full topic