Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

CS 250 Program 01 Due: Monday, February 4th Main topics: Basic Java program Programmatic output Program Specification: Write a Java program that displays the schedule

image text in transcribed

image text in transcribed

CS 250 Program 01 Due: Monday, February 4th Main topics: Basic Java program Programmatic output Program Specification: Write a Java program that displays the schedule of classes information for all of the courses that your are enrolled in for this semester, in a reasonable report format: Notes and Hints: For each class, your report must include: 1. The department code for the department that offers the course. 2. The course number. 3. The course name. 4. The number of credits that the course is offered for. 5. The lecture number of your class. 6. The start time of your class. 7. The end time of your class. 8. The days of the week that your class meets. 9. The room that your class meets in. And each of the above informational components must be separated by either a tab character or a newline character (whichever is most appropriate). General and specific Screen printing: System.out.print("hello"); - prints hello (Whatever is between the quotes). System.out.print( ); - prints a tab character (horizontal space). System.out.println(); - prints a newline character (vertical space). Sample run(s): COMPSCI-251: Intermediate Computer Programming (3 Credits) Lecture 401 10:00 - 10:50am MW EMS W190 COMPSCI-317: Discrete Information Structures (3 Credits) Lecture 401 12:00 - 12:50pm TR EMS E145 Submission: 1. Use your web browser to open: https://uwm.courses.wisconsin.edu/ 2. Login to D2L 3. Under 2192 - Spring 2019 you should see CEAS-Computer Science and under that Intro Computer Programming 4. Click on Intro Computer Programming 5. Click on Dropbox in the lower top menu bar 6. Click on Program 01 in the Programming Assignments folder of the the current window 7. Click the Add a File button in the left center of the current window 8. Click the Upload button in the right top of the Submit a File pop-up window 9. Use the File Upload pop-up window to find the Java source code file you wish to submit: e.g. Program01.java 10. Click on this file name in the right panel of the File Upload pop-up window 11. Click the Open button in the File Upload pop-up window 12. Click the Add button in the bottom right top of the Submit a File pop-up window 13. Click the Submit button in the top / bottom right right of the current window

CS 250 Program 01 Due: Monday, February 4th Main topics: Basic Java program Programmatic output Program Specification Write a Java program that displays the schedule of classes information for all of the courses that your are enrolled in for this semester, in a reasonable report format otes and Hints For each class, your report must include: 1. The department code for the department that offers the course 2. The course number 3. The course name 4. The number of credits that the course is offered for 5. The lecture number of your class. 6. The start time of your class 7. The end time of your class 8. The days of the week that your class meets 9. The room that your class meets in. And each of the above informational components must be separated by either a tab character or a newline character (whichever is most appropriate) General and specific Screen printing: . System.out.print("hello"); - prints hello (Whatever is between the quotes) System.out.print ('\t) . System.out.printlnO; - prints a newline character (vertical space) -prints a tab character (horizontal space) Sample run(s) COMPSCI-251: Intermediate Computer Programming (3 Credits) Lecture 401 10:0010:50am MW EMS W190 COMPSCI-317: Discrete Information Structures (3 Credits,) Lecture 401 12:00 - 12:50pm TR EMS E145 Submission 1. Use your web browser to open: https://uwm.courses.wisconsin.edu/ 2. Login to D2L 3. Under 2192 Spring 2019 you should see CEAS-Computer Science and under that Intro Computer Programming 4. Click on Intro Computer Programming 5. Click on Dropbxinhewer top mem bar 6. Click on Program 01 in the Programming Assignments folder of the the current window 7. Click the Add a File button in the left center of the current window 8. Click the Upload button in the right top of the Submit a File pop-up window 9. Use the File Upload pop-up window to find the Java source code file you wish to submit: e.g. Program01.java 10. Click on this file name in the right panel of the File Upload pop-up window 11. Click the Open button in the File Upload pop-up window 12. Click the Add button in the bottom right top of the Submit a File pop-up window 13. Click the Submit button in the top / bottom right right of the current window

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

Students also viewed these Databases questions

Question

=+14.4. 1 Let C be the set of continuity points of F.

Answered: 1 week ago

Question

How is the NDAA used to shape defense policies indirectly?

Answered: 1 week ago