Answer:
You have to like it to be successful in photography.
Explanation:
Answer:c)Clean redundant customer data
Explanation:Data cleansing/cleaning is the activity for the elimination of the data which is not required for further use, corrupt, unnecessary etc by detecting it. The data that is being cleared is categorized by levels like irrelevant data, incorrect data, inaccurate data, redundant data etc.
The data is eliminated by the method of correcting , modifying, reducing unnecessary parts,deleting, etc.Thus, the correct option is option(C).
Answer:
public class Person {
//fields
private int id;
private String name;
private Payment pay;
//constructor
public Person(String name, int id,
int startSal, int startBon){
this.name = name;
this.id = id;
this.pay = new Payment(startSal, startBon);
}
//method get name
public String getName(){
return name;
}
//method get id
public int getId(){
return id;
}
//method get start salary
public int getStartSalary(){
return pay.startSalary;
}
//method get start bonus
public int getStartBonus(){
return pay.startBonus;
}
//inner payment class
private class Payment{
int startSalary;
int startBonus;
public Payment(int sal, int bon){
this.startSalary = sal;
this.startBonus = bon;
<span> PHP, ASP, and Javascript. They handle the technical aspects </span>
Answer:
Quantitative: Age, heart rate, number of pets, salary
<em>discrete</em>: number of pets
<em>continuous</em>: Age, heart rate, salary
Categorical: Gender, eye color, metal rankings
<em>Nominal:</em> Gender, eye color
<em>Ordinal:</em> metal rankings
Explanation:
Quantitative are those variables which are for quantity or number with units for measurement.
Categorical are qualitative variable which can be categorized or grouped in different groups or it may be ranking scales