public class PrintToUpperCase{
public static void main(String args[]){
String s = "I LOVE My Country And Its People";
System.out.println(s.toUpperCase());
}
}
// function to validate the entry made by user in user form function validateEntry (){ // declare a variable and referernece of active goog...