首頁  >  文章  >  web前端  >  日資料類型解決方案

日資料類型解決方案

WBOY
WBOY原創
2024-07-16 18:07:011193瀏覽

Day Data Types Solution

任務

名為firstIntegerfirstDecimalfirstString

    firstString
  1. first你在下面的編輯器。您必須使用 + 運算子來執行下列操作序列: secondInteger
  2. 轉換為整數(Number 類型),然後與firstInteger 相加,並在新行中列印結果使用console.log。 secondDecimal
  3. 轉換為浮點數(Number類型),然後與firstDecimal相加並列印結果使用結果使用換行。 使用 console.log 在新行上列印 firstStringsecondString
的串連。請注意,必須先列印

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.

輸入格式

資料型別 參數 描述 標題> 字串

第二個整數
必須與 firstInteger 求和的整數的字串表示形式。 字串 第二個小數 浮點數的字串表示形式,必須與
  • firstDecimal求和。
  • 字串 第二字串 必須附加到 secondString
  • 的由一個或多個空格分隔的單字組成的字串。
  • 表> 輸出格式 列印以下三行輸出: 在第一行,列印 firstInteger

    secondInteger

    的整數表示的總和。 在第二行,列印

    firstDecimal
    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!
    

    在第三行,列印

      firstString
    1. secondString 連接。您必須在
    2. secondString
    3. . 之前列印 樣本
    4. 輸入

    輸出

    解釋 當我們將整數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中文網其他相關文章!

    陳述:
    本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn