The average monthly salary of 500 teachers of Candelaria East district is
P26,500. If the monthly salaries of the teachers are normally distributed with
standard deviation of P2,500, approximately how many teachers in the district
are earning more than P30,000 monthly?
The average number of calories in a 1.8-ounce chocolate bar is 230. Suppose
that the distribution of calories is approximately normal with a standard
deviation of 10. Find the probability that a randomly selected chocolate bar will
have less than 200 calories.
Input two integers in one single line. The first inputted integer must be within 0-9 only.
Using loops, identify if the first inputted integer (0-9) is present in the second inputted integer. If it is found, print "Yes"; otherwise, print "No". Tip: If the number is already found even without reaching the end of the loop, use the break keyword to exit the loop early for a more efficient code.
Write a program that does the following for 15
students:
Reads in 3 marks for each student (you
need to ensure that only valid marks
between 0 and 100 are processed) – your
prompt message to the user should
indicate which number is being requested
(see example image of output)
Calculates and displays the highest mark
for each student.
Finds and displays the highest mark in the class.
(Note: The example output only shows data for 5
students, but your program must work for 15
students).
Write a program which requests a number between
1 and 50 from the user. It must repeatedly ask the
user for a number until a valid number is entered.
After receiving a valid number, the program must
display all the even numbers smaller than that number. (If the user enters 11, the numbers 2, 4, 6,
8, 10 must be displayed).
Write a program, using nested loops, to display the following:
7 6 5 4 3 2 1
7 6 5 4 3 2
7 6 5 4 3
7 6 5 4
7 6 5
7 6
7
The roles and responsibilities of PLC members responsible for financial and gorvenance of the school
Write a program, using nested loops, to display the following:
1
12
123
1234
12345
How a PLC will not improve financial accountability and governance in schools