[old] Say Hi

[old] Say Hi

属性で与えられたパラメーターを使って人を紹介する関数を書いて下さい。

入力: 引数2つ:文字列、正の整数

出力: 文字列

...
sayHi("Alex", 32) == "Hi. My name is Alex and I'm 32 years old"
sayHi("Frank", 68) == "Hi. My name is Frank and I'm 68 years old"
You should be an authorized user in order to see the full description and start solving this mission.
19