Answer to Question #299821 in Java | JSP | JSF for Djk

Question #299821

create a java program will concatenate the basic information of the students given the default variables name

1
Expert's answer
2022-02-19T10:33:52-0500
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?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS