public class Sookshmas{ public static void main(String args[]) { char chars[] = {'s', 'o', 'k'}; String sc = new String(chars); System.out.println(sc); }}
Not registered? Create an account
Forgot Password?
Already a registered user? Login