Write a function called centerString with the following signature (parameters)fun centerString( str : String, columnWidth : Int = 80, padChar : String = ” ” ) :String {}This function should take the string and center it inside another string of size...