🎁 Giveaways Free Çℎḙḡḡ Unlock (Open to all)

Status
Not open for further replies.
https://www.Çℎḙḡḡ.com/homework-help...ay-complete-information-student-fac-q60208410
salamat po in advance
Code:
//here we have to use Inheritance to achieve this goal.

//Create all classes in single package and run CollegeList.java

CollegeList.java

import java.util.Scanner;

public class CollegeList {

public static void main(String[] args) {
Person person;
Scanner sc = new Scanner(System.in);
System.out.print("Select Among Employee, Faculty, or Student by pressing E,F,or S: ");
String option = sc.next();

switch (option) {
case "E":
person = new Employee();
System.out.println(person.toString());
break;
case "F":
person = new Faculty();
System.out.println(person.toString());
break;
case "S":
person = new Student();
System.out.println(person.toString());
break;
default:
System.out.println("Invalid choice...");
break;
}

}
}
--------------------------------------------------------------------------------------------------------------------------------------------

Employee.java


import java.util.Scanner;


public class Employee extends Person {

private double salary;
private String department;

public Employee() {
Scanner sc = new Scanner(System.in);
System.out.print("Enter Monthly Salary: ");
int salary = sc.nextInt();
sc.nextLine();
System.out.print("Enter Department: ");
String department = sc.next();
setDepartment(department);
setSalary(salary);
}

public double getSalary() {
return salary;
}

public void setSalary(double salary) {
this.salary = salary;
}

public String getDepartment() {
return department;
}

public void setDepartment(String department) {
this.department = department;
}

@Override
public String toString() {
return "Name: " + getName() + "\tContact Number:" + getContactNum() + "\tSalary:" + getSalary() + "\tDepartment:" + getDepartment();
}

}

-------------------------------------------------------------------------------------------------------------------------------------------------

Faculty.java


import java.util.Scanner;

public class Faculty extends Employee {

private boolean status;

public Faculty() {
Scanner sc = new Scanner(System.in);
System.out.print("Are you regular? Press Y/N: ");
String yes_no = sc.next();
if (yes_no.equals("Y")) {
status = true;
} else {
status = false;
}

}

public boolean isRegular() {
return status;
}

@Override
public String toString() {
return "Name: " + getName() + "\tContact Number:" + getContactNum() + "\tSalary:" + getSalary() + "\tDepartment:" + getDepartment() + "\tIsRegular:" + isRegular();
}

}

------------------------------------------------------------------------------------------------------------------------------------------------

Student.java


import java.util.Scanner;


public class Student extends Person{
private String program;
private int yearLevel;

 
public Student()
{
 
Scanner sc = new Scanner(System.in);
System.out.print("Enter Enrolled Program name: ");
String program = sc.next();
sc.nextLine();
System.out.print("Enter Year Level: ");
int year_level = sc.nextInt();
setYearLevel(year_level);
setProgram(program);
}
public String getProgram() {
return program;
}

public void setProgram(String program) {
this.program = program;
}

public int getYearLevel() {
return yearLevel;
}

public void setYearLevel(int yearLevel) {
this.yearLevel = yearLevel;
}

@Override
public String toString() {
return "Name: " + getName() + "\tContact Number:" + getContactNum() + "\tProgram:" + getProgram()+ "\tYear Level:" + getYearLevel();
}
 
 
}

Sample run 1 for option E
You do not have permission to view the full content of this post. Log in or register now.

Sample run 1 for option F
You do not have permission to view the full content of this post. Log in or register now.

Sample run 1 for option S
You do not have permission to view the full content of this post. Log in or register now.
 
Ito po boss pa open po last na salamat po

https://www.Çℎḙḡḡ.com/homework-help...-problem-group-feel-men-dominating--q57692026
(1)

Conflict arise when their is difference between the point of views of two parties. They tend to overshadow the approach of each other and consider theirs as superior.

The causes of conflict in the above case are as follows-

1. The gender stereotype is one of the cause of conflict. Women feel that men are dominating and men feel that women are trying to gain sympathy and bitching due to their gender.

2. The men dominating the group and considering them as bitches is an inferior thought and they are not willing to accept their wrong side.

3. The inability of the manager to support the women who are behaving in an ethical manner. He is just avoiding this for the sake of his and company's reputation.

(2)

The best conflict management style or approach which should be opted for is Collaboration approach. It is an approach of conflict management in which the parties consider each other's needs and wants. It is a long term and a time consuming process but turns out to be a permanent solution for the people. This method would be the best suited because both the parties of this case have a significant impact on the company and the group. This tactic is for the manager who is skilled and is able to handle it carefully.

(3)

A structured approach is the one which breaks the problem in small parts and then resolve it step by step. The responsibilities of a manager for a structured approach include taking a note of problems of both the parties separately and studying the thoroughly. Then the parties must be separately addressed. After this the manager is required to address the common problems of the party and bring it to consensus. Then the parties must agree on an acceptable solution which is in the favor of the organization and different groups. A manager is responsible for a timely resolution of the problem and conflict resolution without any hindrance in the work..........
 
(1)

Conflict arise when their is difference between the point of views of two parties. They tend to overshadow the approach of each other and consider theirs as superior.

The causes of conflict in the above case are as follows-

1. The gender stereotype is one of the cause of conflict. Women feel that men are dominating and men feel that women are trying to gain sympathy and bitching due to their gender.

2. The men dominating the group and considering them as bitches is an inferior thought and they are not willing to accept their wrong side.

3. The inability of the manager to support the women who are behaving in an ethical manner. He is just avoiding this for the sake of his and company's reputation.

(2)

The best conflict management style or approach which should be opted for is Collaboration approach. It is an approach of conflict management in which the parties consider each other's needs and wants. It is a long term and a time consuming process but turns out to be a permanent solution for the people. This method would be the best suited because both the parties of this case have a significant impact on the company and the group. This tactic is for the manager who is skilled and is able to handle it carefully.

(3)

A structured approach is the one which breaks the problem in small parts and then resolve it step by step. The responsibilities of a manager for a structured approach include taking a note of problems of both the parties separately and studying the thoroughly. Then the parties must be separately addressed. After this the manager is required to address the common problems of the party and bring it to consensus. Then the parties must agree on an acceptable solution which is in the favor of the organization and different groups. A manager is responsible for a timely resolution of the problem and conflict resolution without any hindrance in the work..........
Maraming salamat paps
 
Pa unlock po maraming salamat po in advance https://www.Çℎḙḡḡ.com/homework-help...contained-volume-500-cm-3-use-stand-q23510041
 
Pa unlock po maraming salamat po in advance https://www.Çℎḙḡḡ.com/homework-help...contained-volume-500-cm-3-use-stand-q23510041
You do not have permission to view the full content of this post. Log in or register now.

c1023-7.webp
 
https://www.Çℎḙḡḡ.com/homework-help...y-8-hours-4-00-pm-run-levels-hemogl-q60890985

https://www.Çℎḙḡḡ.com/homework-help...-15-g-dl-hct-040-l-l-40-1-using-rul-q60890917

Paunlock po nitong dalawa lodii maraming salamat in advance
 
Sa next request(s) po pa create ng new thread sa main Freemium Request section
Mas visible po doon, mas madaling i-track ng unlockers, at pag dito, matatabunan po

---
https://www.Çℎḙḡḡ.com/homework-help...y-8-hours-4-00-pm-run-levels-hemogl-q60890985
1. We can see that in the 4:00 pm reading, the level of hemoglobin control reads 2 g/dl more than the upper limit of the acceptable range. The sample of last 10 patients checked by the technologist also project the same difference. Clearly there is an overestimation of the actual value of hemoglobin control. This is clearly random error. Random error depicts fluctuations around the real or true value of the observing entity. It can be a result of measurement error or sampling error.

2. In my views, running patient specimens as long as one subtracts 2g/dl from the results will not be an effective corrective measure. This is so because the level of hemoglobin control is a critical entity for the health and welfare of patients and hence must be calculated with accuracy. Taking an assumption and generalizing it to overall sample data is not an effective measure. The sample size needs to be increased and reevaluation of the hemoglobin control must be done.

3. When troubleshooting the given hemoglobin control problem, we need to investigate the following:

· The root cause behind the deviation

· The sample size accuracy or inaccuracy

· The effectiveness of the measurement method

https://www.Çℎḙḡḡ.com/homework-help...-15-g-dl-hct-040-l-l-40-1-using-rul-q60890917

Paunlock po nitong dalawa lodii maraming salamat in advance

1. The rule of three is

3 *RBC = Hg

3* Hg = Hct

Expected value of Hg is 3*4.63=13.89g/dl

2.Hb falsely elevated by,

Extreme leuckocytosis

Iron deficiency anaemia

Some drugs like cephalosporins,dapsone etc..,

3.taking folate tablets, stop using drugs ike those,taking treatment for making thos econditions

2.1.RBC indices

Mean corpuscular volume MCV = HCT *10/RBC(96fl)

0.189*10/96=0.02fL

Mean corpuscular Hb =Hb *10/RBC(32pg)

3.2*10/32. =1 pg

McHc. = Hb *10/hct

3.2 *10/.189=3.33*10³

2.RBC indices are the part of the complete blood test to determine the anaemia conditions by their levels present in the blood to the normal conditions

3.we should verify the above valus with the normal values of indices present in the blood clearly states that above condition is anaemia
 
Status
Not open for further replies.

About this Thread

  • 595
    Replies
  • 5K
    Views
  • 199
    Participants
Last reply from:
Tammybot

Trending Topics

Online now

Members online
1,127
Guests online
1,019
Total visitors
2,146

Forum statistics

Threads
2,287,113
Posts
29,042,486
Members
1,216,373
Latest member
Belginate
Back
Top