« Back
package com.string; public class StringUpperCase { public static void main(String[] args) { String str = "Hello CodersArts"; System.out.println(str.toUpperCase()); } }
hello codersarts
×
Report a Problem:
Description:
Submit