Write a Java program to the details below using the eclipse development environment. First, create a flowchart for this program, then write the Java program. Submit both in Canvas. The program should first create three String variables: studentName, studentMajor, studentBirthPlace and initialize them with your personal information. Then, display each variable on a separate line on the console using the appropriate command. Secondly create two appropriate variables, the first with a value of 5, and the second with a value of 8. Multiply the two variables and display the results below your student information above using the appropriate command. Name your file ItsMe.java. Any variation will not be graded. Submit both your flowchart and the Java file to Canvas using the submission system. DO NOT email your submission. DO NOT use the “Email” function of Canvas to submit your homework.
Write a Java
First, create a flowchart for this program, then write the Java program. Submit both in Canvas.
The program should first create three String variables: studentName, studentMajor, studentBirthPlace and initialize them with your personal information. Then, display each variable on a separate line on the console using the appropriate command.
Secondly create two appropriate variables, the first with a value of 5, and the second with a value of 8. Multiply the two variables and display the results below your student information above using the appropriate command.
Name your file ItsMe.java. Any variation will not be graded. Submit both your flowchart and the Java file to Canvas using the submission system. DO NOT email your submission. DO NOT use the “Email” function of Canvas to submit your homework.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 2 images