Answer:
interpersonal
Explanation:
Interpersonal skills are the types of skills that enhance the individuals' social interaction and communication means with others whereby there is the establishment of social rules and references.
It involves social communication activities such as collaboration, listening, and negotiation.
Hence, in this case, the correct answer is "INTERPERSONAL SKILLS.
What do we have to answer spectificly
answer:
median: 29
arrange the data in ascending order, and the median is the value in the middle. If there are an even number of values, the median would be the product of the two middle numbers. (12, 17, 29, 29, 40)
mean: 25.4
the mean of a set of numbers is the sum divided by the number of terms.
12 + 17 + 29 + 29 + 40 = 127 / 5 = 25.4
hope this helped!
Answer:
It throws an error.
the public class needs a name.
like this:
public class G{ public static void main(String[] args) {
int x=5 , y = 10;
if (x>5 && y>=2) System.out.println("Class 1");
else if (x<14 || y>5) System.out.println(" Class 2");
else System.out.println(" Class 3"); }// end of main
}
if you give the class a name and format it, you get:
Class 2
Explanation:
Answer:
Flash.
Explanation:
If a computer software could make sonic run even close to the speeds of flash, the software would not be able to handle it.
-Mr. Willams