Question: 2) public class Example12 { public static void main(String[] args) { String str = Welcome to Java!; str.toLowerCase(); System.out.println(str); ) }
![2) public class Example12 { public static void main(String[] args) {](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f1141cdd4a5_35666f1141c7d137.jpg)
2) public class Example12 { public static void main(String[] args) { String str = "Welcome to Java!"; str.toLowerCase(); System.out.println(str); ) }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
