write a program to accept 10 integers to an array and perform the below actions
1) Print the elements in descending order
2) find the Min value, Max value entered
3) print the the sum we get after adding all the numbers in the array
find the missing parts of the triangle given below with 3 identified parts?
1.A=70 degrees 54' B=79 degrees 6' and a=20m
2.B=36 degrees 10' a=21m and b=30m
3.B=60degrees a=50m and c=60m
4.a=20m b=30m and c=40m
Instructions:
Example:
Enter string: Philippines
Instructions:
Given code:
#include <iostream>
using namespace std;
int main() {
// NOTE: Do not change this
const char others[100] = "TheQuIckBrownFoxJumpedOvErTheLazyDog";
char myself;
// TODO: Ask the user for the value of `myself`
}
Sample input:
Enter myself: T
26
A MNP publisher of Statistics and Probability textbooks claims that the
average price of all hardbound textbooks is Php 500. A group of students
believes that the actual mean is higher and wishes to test their belief.
Find the area to the left of critical value t = 2.500 when sample size is 24
by CodeChum Admin
I always want to look at the positive side of things, so I decide to seriously look at positive numbers, too!
Will you code along with me?
Instructions:
Input
Multiple lines containing an integer on each.
2
3
4
-1
-5
1
0Output
A line containing an integer.
10The average public elementary school has 468 students with a standard deviation of 87.If a random sample of 38 public elementary schools is selected,what is the probability that the number of students enrolled is between 445 and 485
A health specialist wants to determine the average number of hours a person
exercises in a day during the quarantine period. She found out that the mean number
of hours a person exercises in a day during the quarantine period is 80 minutes. A
random sample of 29 persons were surveyed and found that their mean is 65 minutes
and a standard deviation of 10 minutes. Test the hypothesis at 2% level of significance
and assume that the population is normally distributed.