Exercises

0 / 50

Write a method called listLength() that takes in a list of strings and returns a list of their lengths as integers. You must create a new...

0 / 20

Given a string, compute a new string by moving the first char to come after the next two chars, so "abc" yields "bca". Repeat this...