Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Java by efinn ( 5 years ago )
/**
* Write a description of your class here.
*
* @efinn
* @2-11-21
*/
public class StrongVar
{
public static void main(String[] args)
{
String word1 = "food";
String word2 = "pizza";
System.out.println("I like " + word1 + " but not " + word2);
}
}
Revise this Paste