Untitled

 avatar
unknown
plain_text
2 years ago
178 B
4
Indexable
class TKO { 
public static void main(String[] args) { 
String s = "-"; 
Integer x = 343; 
long L343 = 343L; 
if(x.equals(L343)) s += ".e1 "; 
if(x.equals(343)) s += ".e2 ";
Editor is loading...