└── sample code for string /sample code for string: -------------------------------------------------------------------------------- 1 | import java.io.*; 2 | import java.util.*; 3 | import java.text.*; 4 | import java.math.*; 5 | import java.util.regex.*; 6 | public class Solution { 7 | public static void main(String args[] ) throws Exception { 8 | Scanner sc=new Scanner(System.in); 9 | System.out.println("welcome to c programming language"); 10 | } 11 | } 12 | --------------------------------------------------------------------------------