Write a program that checks if a given string starts with the prefix "J" ignoring the case.
The program should output true or false.
Write a program that checks if a given string starts with the prefix "J" ignoring the case.
The program should output true or false.
Sample Input 1:
JavaSample Output 1:
trueSample Input 2:
KotlinSample Output 2:
falseCreate a free account to access the full topic