Supposed that the heights of Filipino high school students are normally distributed with a mean of 158 cm and a standard deviation of 3 cm.
a. what is the area and probability of students with at least 147 cm and at most 168 cm height?
b. what is the area and probability of students with 152 cm height from the mean?
c. what are the heights of students who belong to the 80th percentile?
In this task, you are being asked to write a loop in Java.
Write a program that uses while loops to perform the following steps:
a) Prompt the user to input two integers: startingNum and endingNum (startingNum must be
less than endingNum).
b) Output all even numbers between startingNum and endingNum.
c) Output the sum of all even numbers between startingNum and endingNum.
d) Output the numbers and their squares between startingNum and endingNum.
e) Output the sum of the square of the odd numbers between startingNum and endingNum.
1. Create a program called WhileLoops.java. All loops will be written in this file.
2. Create appropriate variables and assign values using a Scanner object.
3. Correctly display appropriate messages.
On complete combustion, 0.246 g of an organic compound gave 0.198 g of CO2 and 0.1014 g of H2O. What is the ratio of carbon and hydrogen atoms in the compound?
Describe the 3 aspect Western Philosophy, Logic and metaphysics, should be 500 words
Why is it important to position the JWST behind the Earth?
explain various INCOTERMS published by International Chamber of Commerce, that make it easier for
a common interpretation
Write a program which takes a 9-digit number input from user, converts it into its reverse
No loops you can use only conditional structures.
Write a program which takes a number n as input and prints YAYY if the sum of all digits except the rightmost digit is equal to the rightmost digit., otherwise print OOPS. For example: If user enters 2237, it will print YAYY because 2+2+3 is equal to 7. Whereas, if user enters 3425, it will print OOPS because 3+4+2 is not equal to 5.
you can only use conditional structures . NO loops.
There are no ethical qualms when Multinational Companies (MNCs) shift their emphasis among countries in response to stages in products life cycles and changes in economic, political and legal conditions.
The Elder Association of Namibia say Television Networks, Movie companies, DVRs, etc. should be declared illegal as they are targeting products and services o minor children that shift their attention from their school work and influence bad behavior that results in disrespect to the society. The Elder Association of Namibia have gone to court to prove it. What arguments would support this view? What alternative marketing strategies would you recommend? Discuss.
(The assignment should be written narratively in an assignment format
Paula and Danny want to plant evergreen trees along the back side of their yard. They do not want to have an excessive number of trees.
Write a program that prompts the user to input the following:
The program outputs:
Format your output with setprecision(2) to ensure the proper number of decimals for testing!