Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a simple program that displays the following information on the screen. Your name. Prior computer science courses, and other related coursework. Related professional background
Write a simple program that displays the following information on the screen.
Your name.
Prior computer science courses, and other related coursework.
Related professional background anything that involves a computer
Other experience with a computer.
What programming languages you have used in the past.
Personal goals for this course including why you are taking it
Concerns about this course.
Other classes that you are taking right now.
A brief description of the program that you have written that you liked the best.
At least one subject or topic other than computer science of personal interest.
Your favorite video game, or your favorite vacation spot.
Have you used chatGPT and, if so what is your opinion of it
This is not supposed to be a complete resume, and it is not a competition. I will not be grading you for
content, and I will not release the information to anyone else.
Use System.out.print or System.out.println for output to the screen, but observe the following
guidelines to make your program simpler and easier to read in a small window:
a Do not display lines longer than characters: break them up into multiple lines.
Dont let text just wrap around to the next line.
b Do not allow any statement in your program to run past column on the screen.
Break that statement into multiple lines in your program.
c Do not display "too many" lines more than or with any single statement.
Use more than one call to System.out.println.
d Do not import any libraries.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started