KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums KX Academy Capstone project 1.7

  • pgyorok

    Member
    February 20, 2025 at 10:29 am

    The “char” type can only hold a single character. So if you try to convert an input string that contains more than one character, such as “10”, it becomes the null value for char which is the space character. This is similar in principle to trying to convert a non-numeric string into a number.

    • This reply was modified 2 days, 6 hours ago by  pgyorok.

Log in to reply.