Write a program that checks the string s for the values '2', '3', '5' and '7'.
Question 1 Marks 05
Assume s is a string of numbers.
Write a program that checks the string s for the values '2', '3', '5' and '7'. When one of the values is found in the string, record its position within the string and continue to check for more occurrences. Finally, output the ... Read More https://is.gd/FqVTNa
Comments
Post a Comment