Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write 3 programs by using Dr. Java quirements: You will write three separate Java programs 1. Create a folder on your computer named program2 (all
Write 3 programs by using Dr. Java
quirements: You will write three separate Java programs 1. Create a folder on your computer named program2 (all in lower case, no space in between All three of your source code files should be created in this folder. 2. Set the right margin position to 70 in DrJava. 3. (5 points) Write a program (Bunny.java) that prints the following bunny: > run Bunny ("") "(-.-) 0_(" ") You must do that by using only two print commands. Use proper scape codes inside your print commands to achieve that. 4. (5 points) Write a program (Dinosaur.java) that prints the following dinosaur: 5. (5 points) in a Java class named Courses, write a program that prints a 3-column list of your fall Miami courses, instructors, credits, for each. Include a heading at the top of each column, as shown. Columns should be nicely aligned. You should list at least 3 courses. If you are taking fewer than three courses, make up some additional courses. For example: > Pun Courses Course 1 Instructor Credits 1 I CSE 174 CSE 274 STARE 11 Meisom Menor 11 Stewart 6. (5 points) Verify that your source code meets appropriate style guidelines, including comments (include your name, instructor's name, section of CSE 174, date, file name and description) as well as any other guidelines described in the style guidelines document referenced earlier in this assignment. CSE 17A-Program 2 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