ニュース

/*You are given an integer , you have to convert it into a string. Please complete the partially completed code in the editor. If your code successfully converts into a string the code will print ...
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.