News

1. Are the letters unique? My Solution Write a function that accepts a String as its only parameter, and returns true if the string has only unique letters, taking letter case into account. 2. Is a ...
Write a function that accepts a String as its only parameter, and returns true if the string reads the same when reversed, ignoring case. //Sample input and output //The string “rotator” should return ...