Convert number to words in c++

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 พ.ย. 2024

ความคิดเห็น • 9

  • @gilbertsenyonjo963
    @gilbertsenyonjo963  3 ปีที่แล้ว

    Please people, a new improved version of this conversion is available. Find it here th-cam.com/video/yqnpBGBkPfE/w-d-xo.html

  • @sondereclaans4511
    @sondereclaans4511 4 ปีที่แล้ว +1

    Hello ser, how can i convert English expression "a is between 0 and 100 inclusive". In c++?

  • @NOCAPTIONFILMS
    @NOCAPTIONFILMS 2 ปีที่แล้ว +1

    all things are right but there is only one bug if some one type numbers i.e "207, 901" etc.
    then the tens value is showing "eighteen"

    • @NOCAPTIONFILMS
      @NOCAPTIONFILMS 2 ปีที่แล้ว +1

      this problem can be solve by using "if" statement for (((( cout

    • @gilbertsenyonjo963
      @gilbertsenyonjo963  2 ปีที่แล้ว +1

      Handling commas was not part of the requirements. But if I was to support commas, I wouldn't use if statements. I would use regex to first clean the input into a valid integer

  • @valandrewrubio2418
    @valandrewrubio2418 3 ปีที่แล้ว

    what if the number need to have negative?? hope you answer this

  • @thabisoanthony9493
    @thabisoanthony9493 5 ปีที่แล้ว

    great video, how would you do it for numbers

    • @gilbertsenyonjo963
      @gilbertsenyonjo963  4 ปีที่แล้ว

      Hey, I answered your question. You can convert numbers of all sizes into words. Checkout my video here: th-cam.com/video/yqnpBGBkPfE/w-d-xo.html

  • @PiyushMedicalKnowledge
    @PiyushMedicalKnowledge 3 ปีที่แล้ว

    Good video