create a java program will concatenate the basic information of the students given the default variables name
public class Main{ public static void main(String[] args){ String name = "Tom"; int age = 20; System.out.println(name + " " + age); } }
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments