名為firstInteger、firstDecimal 和firstString 和
。
Data Type | Parameter | Description |
---|---|---|
string | secondInteger | The string representation of an integer you must sum with firstInteger. |
string | secondDecimal | The string representation of a floating-point number you must sum with firstDecimal. |
string | secondString | A string of one or more space-separated words you must append to secondString. |
輸入格式
的整數表示的總和。
在第二行,列印
12 4.32 is the best place to learn and practice coding!
和 secondDecimal
16 8.32 HackerRank is the best place to learn and practice coding!
解釋 當我們將整數4和12相加時,我們得到整數16。 當我們將浮點數 4.0 和 4.32 相加時,我們得到 8.32。當我們將 HackerRank 與 is the best place to learn andpracticalcoding! 連接起來時,我們得到 HackerRank is the best place to learn andpracticingcoding!. 解決方案 資料型別 連接 LinkedIn GitHub
以上是日資料類型解決方案的詳細內容。更多資訊請關注PHP中文網其他相關文章!