0
I need Help with String and integer manipulation
1. Write a function that prints numbers from 1 to 100. For multiples of three print âFooâ instead of the number and for the multiples of five print âBarâ. For numbers which are multiples of both three and five print âFooBarâ. For the remaining numbers just print this number. 2.Write a function that transforms string âa bb ccc dddd eeeeeâ to âA,Bb,Ccc,Dddd,Eeeeeâ
1 Answer
+ 4
Please show your attempt first
https://www.sololearn.com/discuss/1316935/?ref=app