Home /
Expert Answers /
Computer Science /
nbsp-write-a-complete-java-program-that-prints-out-the-following-information-1-declare-string-pa312
(Solved):
Write a complete Java program that prints out the following information: 1. Declare String ...
Write a complete Java program that prints out the following information: 1. Declare String object and a variable to store your first name and ID. 2. Display your name and student ID in two separate lines using one printlnO statement. 3. Replace your name with your father's name using the assignment operator and print the result. 4. Display course name, course code and your grade in a tabular format. Typical run of the program