Answer:Unconditional positive regard
Explanation:Unconditional positive regard is an expression of feeling which is usually referred in the case that focuses on the client therapy mostly. It is the emotion that describes about a person having no expectation in return toward their feeling and being supportive and respectful towards the client.
The therapist is also displaying this emotion from his side towards the client irrespective of the client's emotion .
B. a tripod
C. a telephoto lens
D. a wide-angle lens
Answer:
The following are the program in the Java Programming Language.
//define a function
public void dashedLine (int x)
{
//check the variable 'a' is greater than 0
if (x>0)
{
//declare integer data type variable
int i;
//set the for loop that iterates from 1 to variable 'a'
for (i=1;i<=x;i=i+1)
{
//print the following dashes
System.out.print("-");
}
//for empty space
System.out.println("");
}
}
Explanation:
The following are the description of the program.
Answer:
Stop waiting until the due date
Explanation:
Why you always wait until the last minute to turn in yo assignments