Nuacht

You are given an integer nn, you have to convert it into a string. Please complete the partially completed code in the editor. Otherwise it will print "Wrong answer". n can range between −100−100 to ...
If the object is a Number, convert it to int; If the object is a CharSequence (which is super interface of String), convert the string it represents to int. No need to handle the conversion failure.