I would like to concatenate a few variables into a string variable but I am unable to get it to work. When I compile it says \"not a statement\" and \"; expected.\"
String resW = a + " + " + b;
try this..