+ 1
Can anyone convert this python code into Java?
for i in range(0,200,9): if sum([int(x) for x in str(i)])==9 and [int(x) for x in str(i)]==sorted([int(x) for x in str(i)]): print(i)
2 Answers
+ 5
Learn Java and try to do self.
+ 3
Hi! Please, search converter in google.com