Kirieshka
Please, help me with program logic
Look, I have an integer list. For example, it contains 65, 57, 85. And there is a string: "hei+6528/&9294-65=87%57z" need this string to be checked for whether it contains only numbers from list. Toot if there is something other than 65, 57, 85, in our case it is 6528, 9294 and 87, then returns false. Otherwise, if our line is approximately: "hei+*/&65=%57z", true
28 replies