0
how do you print a string and a variable
9 odpowiedzi
+ 5
Programming language please?
+ 5
How far into the language have you read already? If you haven't started yet, then read through the entire language first.
+ 4
<p>Hello world!</p>
+ 4
Hahaha Vitaly. You win. :D
System.out.println("This is how you print a string and a " + myVariable + " in Java.") ;
+ 3
echo Hello wold!
+ 3
Write("Hello world!");
+ 3
cout<<"Hello world!"
+ 3
document.write("Hello world");
+ 2
thanks