Ask your own question, for FREE!
LaTeX Practicing! :) 19 Online
JustSaiyan:

Test

JustSaiyan:

@Ultrilliam

Ultrilliam:

``` body { color:green; border-radius:10px; } ```

Ultrilliam:

seems to be working fine O-o

JustSaiyan:

```public class StringExample { public static void main(String[] args) { String s1 = "Computer Science"; int x = 307; String s2 = s1 + " " + x; String s3 = s2.substring(10,17); String s4 = "is fun"; String s5 = s2 + s4; System.out.println("s1: " + s1); System.out.println("s2: " + s2); System.out.println("s3: " + s3); System.out.println("s4: " + s4); System.out.println("s5: " + s5); //showing effect of precedence x = 3; int y = 5; String s6 = x + y + "total"; String s7 = "total " + x + y; String s8 = " " + x + y + "total"; System.out.println("s6: " + s6); System.out.println("s7: " + s7); System.out.println("s8: " + s8); } }```

Ultrilliam:

``` public class StringExample { public static void main(String[] args) { String s1 = "Computer Science"; int x = 307; String s2 = s1 + " " + x; String s3 = s2.substring(10,17); String s4 = "is fun"; String s5 = s2 + s4; System.out.println("s1: " + s1); System.out.println("s2: " + s2); System.out.println("s3: " + s3); System.out.println("s4: " + s4); System.out.println("s5: " + s5); //showing effect of precedence x = 3; int y = 5; String s6 = x + y + "total"; String s7 = "total " + x + y; String s8 = " " + x + y + "total"; System.out.println("s6: " + s6); System.out.println("s7: " + s7); System.out.println("s8: " + s8); } } ```

JustSaiyan:

What did I do wrong?

Ultrilliam:

\``` CODE HERE \``` not \```CODE HERE\```

JustSaiyan:

....Ohhh.

JustSaiyan:

``` public class StringExample { public static void main(String[] args) { String s1 = "Computer Science"; int x = 307; String s2 = s1 + " " + x; String s3 = s2.substring(10,17); String s4 = "is fun"; String s5 = s2 + s4; System.out.println("s1: " + s1); System.out.println("s2: " + s2); System.out.println("s3: " + s3); System.out.println("s4: " + s4); System.out.println("s5: " + s5); //showing effect of precedence x = 3; int y = 5; String s6 = x + y + "total"; String s7 = "total " + x + y; String s8 = " " + x + y + "total"; System.out.println("s6: " + s6); System.out.println("s7: " + s7); System.out.println("s8: " + s8); } }

Ultrilliam:

there you go :P

JustSaiyan:

Thank you.

Ultrilliam:

which reminds me, I need to add to that at some point lol.

Ultrilliam:

Just certain functions and such needs to be highlighted

Ultrilliam:

also, I see your taking c++ :P

JustSaiyan:

XD

JustSaiyan:

I just picked up things to from everywhere to code my browser. It has a ton of glitches and for some reason keeps insulting me, but it is funny.

JustSaiyan:

``` /* HelloWorld.java */ public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } } ```

JustSaiyan:

We can add the codes, but we can't operate them, right?

Ultrilliam:

OH ITS JAVA...

Ultrilliam:

at first glance I saw c++... x'D

Ultrilliam:

I didn't look closely at the syntax x'D

JustSaiyan:

``` <blockquote class="embedly-card"><h4><a href="https://questioncove.com/study">QuestionCove</a></h4><p>Message successfully sent. Hermes would be proud.</p></blockquote> <script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>

JustSaiyan:

@Ultrilliam I got an embed code for QC. :P

Ultrilliam:

ooooook O-o

JustSaiyan:

Can you add a spot for running the codes?

Ultrilliam:

That is what codepen is for...

JustSaiyan:

....Yeah but I don't have that.........

Ultrilliam:

ITS FREE.

Ultrilliam:

https://codepen.io/

JustSaiyan:

`loading. Hold on to your Butts....`

JustSaiyan:

Thank you.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!