-
Posts
1751 -
Joined
-
Last visited
KrispyK's Achievements
Immigrant (1/7)
22
Reputation
Single Status Update
-
what type of code/coding language is required to make the additions the developers have been adding? instread in learning how to do it along side taking web developement class`s.
- Show previous comments 12 more
-
System.out.println(
"String _\u200e = \"Hello \";"
);
System.out.println(
"String _\u200f = \"World\";"
);
System.out.println(
"String _\u200e\u200f = \" !!\";"
);
System.out.println(
"System.out.println(_\u200e+_\u200f+_\u200e\u200f);"
);