| 1 | import java.util.Scanner; |
| 2 | |
| 3 | public class CaseConvet { |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | public static void main(String[] args) { |
| 10 | Scanner sc =new Scanner(System.in); |
| 11 | |
| 12 | String Str =sc.nextLine(); |
| 13 | System.out.println(Str.toUpperCase()); |
| 14 | } |
| 15 | } |
nothing calls this directly
no outgoing calls
no test coverage detected