We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
In REXX, you can filter integers less than a given delimiter by reading the delimiter first with parse pull, then looping through the input with do while lines() > 0. For each number, use if num < delim then say num to print values below the limit. This keeps the original order, like selecting the right tools in iPhone Stardew Valley.
Ask ChatGPT
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Filter Array
You are viewing a single comment's thread. Return to all comments →
In REXX, you can filter integers less than a given delimiter by reading the delimiter first with parse pull, then looping through the input with do while lines() > 0. For each number, use if num < delim then say num to print values below the limit. This keeps the original order, like selecting the right tools in iPhone Stardew Valley.
Ask ChatGPT