Write a program on java to accept a Upper case string and convert into Lower case String. Programming Beginner To Advanced import java.util.*;class stringexample{ public static void main(String args[]) { Scanner sc= new Scanner(System.in); String n; System.out.println("Enter the String"); n=sc.next(); System.out.println(n.toLowerCase()); }} Share This: Facebook Twitter Google+ Stumble Digg Related Posts:Write a program on java to accept a Upper case string and convert into Lower case String.import java.util.*;class stringexample{ public static void main(String args[]) { &nbs… Read MoreS = 2 – 4 + 6 – 8 + …………To n import java.util.*;class sum_series { public static void main(String args[]) { … Read MoreS = 1 + (1+2) + (1+2+3) …………To n var aax_size='728x90'; var aax_pubname = 'javapba-21'; var aax_src='302'; import java.util.*; class sum_series {&nbs… Read MoreWrite a program in java to accept a string and count the number of the Vowels present in the stringimport java.util.*;class stringexample{ public static void main(String args[]) { &nbs… Read MoreValues and Types in Java Normal 0 false false false EN-US X-NONE X-NONE … Read More