Create a function hasInternationalStudents()
that takes in as input an array of objects studentDetails with name and country as properties and checks if there are any students from countries other than India.
If there exist a student who is from a country other than India, return true else return false.