Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 456 Bytes

File metadata and controls

17 lines (12 loc) · 456 Bytes

Java Int to String

You are given an integer n, you have to convert it into a string.

Please complete the partially completed code in the editor. If your code successfully converts n into a string the code will print "Good job". Otherwise it will print "Wrong answer".

n can range between -100 to 100 inclusive.

Sample Input 0

100

Sample Output 0

Good job