+ 1
I can't figure out what I'm doing wrong with this. Its JavaScript.
public class Program { public static void main(String[] args) { } } <script> document.write("N. Hey guys. Im gonna use this as a chat forum for anyone who just needs to talk annonymously. Just put a nickname before you type. Ex, Bunny. Bla, bla, bla.") </srcipt>
3 Respuestas
+ 2
Try using system.out.println("your texts goes here ");
+ 1
Sorry, i thought they were the same.