Description College of Computing and Informatics Assignment 2 Deadline: Day 5/5/2024 @ 23:59 [Total Mark for this Assignment is 8] Student

Description

College of Computing and Informatics
Assignment 2
Deadline: Day 5/5/2024 @ 23:59
[Total Mark for this Assignment is 8]
Student Details:
Name: ###
ID: ###
CRN: ###
Instructions:
• You must submit two separate copies (one Word file and one PDF file) using the Assignment Template on
Blackboard via the allocated folder. These files must not be in compressed format.
• It is your responsibility to check and make sure that you have uploaded both the correct files.
• Zero mark will be given if you try to bypass the SafeAssign (e.g. misspell words, remove spaces between
words, hide characters, use different character sets, convert text into image or languages other than English
or any kind of manipulation).
• Email submission will not be accepted.
• You are advised to make your work clear and well-presented. This includes filling your information on the cover
page.
• You must use this template, failing which will result in zero mark.
• You MUST show all your work, and text must not be converted into an image, unless specified otherwise by
the question.
• Late submission will result in ZERO mark.
• The work should be your own, copying from students or other resources will result in ZERO mark.
• Use Times New Roman font for all your answers.
Restricted – ‫مقيد‬
Question One
Pg. 01
Learning
Outcome(s):
Question One
Find the issues in the following Java code, then correct them.
CLO4:
Develop a
program based on
public class Rectangular
{
private int length;
private int width;
specification using
public Rectangular(int length, int width)
{
this.length = length;
this.width = width;
}
programming
language
elements including
syntax, data types,
public String area ()
{
return length * width;
}
conditional
statement, control
structures.
}
public class RectangularTest
{
public static void main (String[] args)
{
Rectangular r1 = new Rectangular(3,5);
System.out.println(area());
}
}
Restricted – ‫مقيد‬
2 Marks
Question Two
Pg. 02
Learning
Outcome(s):
CLO4:
Develop a
Question Two
1- Create a Java class for Student with the following requirements:

Each student has two attributes: Name and ID.

Create two constructors. One constructor without parameters to initialize all the
instance variables to default values, and another constructor to initialize all the
program based on
specification
2 Marks
attributes to specific values.

Add all setter and getter methods.
using
programming
language
elements
2- Create a tester class with the main method with the following requirements.

Create two objects from Student class. Create the first object using the default
constructor and the second object must set your name and ID.

Print your name and ID using getter methods.
including syntax,
data types,
conditional
statement, control
structures.
Restricted – ‫مقيد‬
Sample of the output:
Question Three
Pg. 03
Learning
Outcome(s):
CLO4:
Question Three
2 Marks
Suppose you have the following 2 dimensions array:
int arr[][] = {
{ 10, 11, 12, 13, 14 },
{ 15, 16, 17, 18, 19 },
{ 20, 21, 22, 23, 24 },
{ 25, 26, 27, 28, 29 },
{ 30, 31, 32, 33, 34 }
Develop a
program based on
specification
};
using
programming
language
With the the following rows and columns sizes:
elements
static int rows= 5;
static int columns= 5;
including syntax,
data types,
Write a Java programs that uses takes arr[][] and reverse (mirror) all rows. For example,
conditional
the first row should be as the following after you reverse it 14 13 12 11 10. A screenshot
statement, control
of your output should also be included in your answer and should display both the original
structures.
array and the reversed array.
Sample output:
Restricted – ‫مقيد‬
Question Four
Pg. 04
Learning
Outcome(s):
Question Four
CLO(4):
What is the output of the following Java program?
Develop a
public class Exam
{
static int studyingHours = 31;
private String course = “OOP”;
public void compute(int studyingHours)
{
Exam e = new Exam();
this.studyingHours = 24;
course = “Math”;
program based on
specification
using
programming
language
elements
including syntax,
data types,
conditional
statement, control
structures.
System.out.println(“Exam.studyingHours: ” +
Exam.studyingHours);
System.out.println(“e.studyingHours: ” + e.studyingHours);
System.out.println(“e.course: ” + e.course);
System.out.println(“course: ” + course);
}
public static void main(String args[])
{
Exam e = new Exam();
e.compute(31);
}
}
Restricted – ‫مقيد‬
2 Marks

Purchase answer to see full
attachment

Share This Post

Email
WhatsApp
Facebook
Twitter
LinkedIn
Pinterest
Reddit

Order a Similar Paper and get 15% Discount on your First Order

Related Questions

Description

Description Chapter 1: Description of the company This section should answer the following questions: What is the full title of the company/institution? Give a brief history of the company, full mailing address and relevant weblinks What is the type of ownership of the company/institution? State the main shareholders and their

Description

Description Revise the word file according to the instructor’s comments, and after making the necessary changes, organize it based on the requirements outlined in the attached PDF. Due 8th May 2025 by 11:59 pm. Research Methods and Quantitative Analysis 2nd Semester, 2025 EMBA – Section JA The proposal is worth

Description

Description see ASSIGNMENT COVER SHEET Course name: Health and Environmental Risk Assessment Course number: PHC 351 CRN: Assignment title or task: (You can write a question) Discuss the steps and methods of risk communication and community engagement and support your answer with examples. Student name: xxxx Student ID: xxxx Submission

Description

Description see College of Health Sciences Department of Public Health PAPER ASSIGNMENT Course name: Introduction to Mental Health Course number: PHC-273 Go through the research articles in the link below and answer any one of the following questions in at least 350 words. • • Assignment task Q1. Discuss about

Description

Description HALAH JAMALULDINE Module 14 Collapse Change management is a critical process in healthcare organizations, particularly in Saudi Arabia, where the healthcare system is undergoing rapid transformation to align with Vision 2030. One notable change in a Saudi healthcare organization was the implementation of electronic health records (EHRs) in a

Description

Description Module 14: Rewarding through Performance Management Effective Reward Systems in Performance Management Performance management systems and reward systems are essential components of motivating and driving individual and group performance in organizations. Analyze reward systems and the appropriate application to meet organizational goals. Discuss the different types of reward systems,

Description

Description Reply to discussion (Module 14: Rewarding through Performance Management) Q – Please read the discussion Attached and prepare a Reply to this discussion post with comments that further and advance the discussion topic. The reply needs to be substantial and constructive in nature. it should add to the content

Description

Description Reply to discussion (Module 14: Rewarding through Performance Management) Q – Please read the discussion Attached and prepare a Reply to this discussion post with comments that further and advance the discussion topic. The reply needs to be substantial and constructive in nature. it should add to the content

Description

Description Author(s) Year Study Name Study Type Amponin & Britiller 2023 Electronic health records (EHRs): effectiveness to health care outcomes and challenges of health practitioners in Saudi Arabia empirical, descriptive, and cross-sectional study Alfaleh et al. 2022 The role of telemedicine services in changing users’ intentions for presenting to the

Description

Description Hello, the task is to write a discussion and Quiz for module 14 from MKT640 course

Description

Description I want assistance with my internship report. will give details later 👍🏼 You may use AI to save time, as long as it gives accurate description, I don’t mind it =) College of Administration and Finance Sciences Form No 4- Internship Report Cover Page Student`s name: Student`s ID #:

Description

Description See College of Health Sciences Department of Public Health HCM101-PAPER ASSIGNMENT Course name: Healthcare Management Course number: HCM101 CRN The textbook (Buchbinder & Shanks (2012), second edition, chapter 5) addresses an essential topic in health care, which is strategic planning. SWOT analysis is a significant tool that healthcare leaders

Description

Description Consumer Behavior Case Study: Nike and Maslow’s Hierarchy of Needs Introduction Nike is a global leader in athletic apparel and footwear. Its success can be partly explained by how it meets different levels of consumer needs based on Maslow’s Hierarchy of Needs, which include: 1.Physiological, 2.Safety, 3.Social, 4.Esteem, and

Description

Description Dis. one file. Discuss in detail the process that a researcher hypothetically would go through when they become aware of a population health problem that arises during the Hajj. What research would be needed to protect the population of the Kingdom? reply. Hi Sarah, Great discussion! I agree that

Description

Description The organizational behavior aspects (motivation – attuited – personality – emotion ..etc. ) helps the manger to understand their employees in the work environment In two essays answer the following questions: 1.How those aspects will be effect in the work performance and employee satisfaction? (5 grades) 2.What are some

Description

Description see College of Computing and Informatics Assignment 2 Deadline: Sunday 13/04/2025 @ 23:59 [Total Mark for this Assignment is 8] Student Details: Name: ### ID: ### CRN: ### Instructions: • You must submit two separate copies (one Word file and one PDF file) using the Assignment Template on Blackboard

Description

Description I need help completing a discussion board post for my Management course (Managing Perform. for Results). Below are the exact requirements provided by my instructor: Description: In this module, you will examine how pay and reward structures support and facilitate performance management. You will also compare traditional and contingent

Description

Description Module 14: Discussion ForumModule 14: Dis one One file. Discussion Forum Think about a change you know of in a healthcare organization in Saudi Arabia. How was the change received and what was the outcome? What were the resistance points? Provide and discuss suggestions to deal with resistance to