// Scala program of toLowerCase() // method // Applying toLowerCase method val result = "NIDHI".toLowerCase() // prints "nidhi" println(result)