Answered step by step
Verified Expert Solution
Link Copied!

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 80 characters: break them up into multiple lines.
(Don't let text just wrap around to the next line.)
(b) Do not allow any statement in your program to run past column 80 on the screen.
(Break that statement into multiple lines in your program.)
(c) Do not display "too many" lines (more than 3 or 4) 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional SQL Server 2012 Internals And Troubleshooting

Authors: Christian Bolton, Justin Langford

1st Edition

1118177657, 9781118177655

More Books

Students also viewed these Databases questions

Question

how would you have done things differently?

Answered: 1 week ago

Question

What were the reasons for your conversion or resistance?

Answered: 1 week ago

Question

How was their resistance overcome?

Answered: 1 week ago