What number of molecules of CO2 will be produced if 3x10^24 molecules of O2(g) reacts?
What volume of Cl2(g) measured at STP is produced when 7.65 g of HCl(aq) reacts?
Make a program that will accepts two numbers (first number is for birth month, second number is for birth date) and display its zodiac sign using combined equality and logical operators.
Make a program that will compute and display the sum, difference, product and quotient of two numbers.
NOTE: Not by using arrays.
write a C++ function. in which A college offers a course that prepares students for the state licensing exam for real estate brokers.
Last year, ten of the students who completed this course took the exam. The college wants to know
how well its students did on the exam. You have been asked to write a program to summarize the
results. You have been given a list of these 10 students. Next to each name is written a 1 if the
student passed the exam or a 2 if the student failed.
Your program should analyze the results of the exam as follows:
Input each test result (i.e., a 1 or a 2). Display the prompting message "Enter result" each time the
program requests another test result.
Count the number of test results of each type.
Display a summary of the test results indicating the number of students who passed and the
number who failed.
If more than eight students passed the exam, print the message "Raise tuition." write code in function not by using arrays
How would high levels of ACTH affect secretions of cortisol from the adrenal glands? How would high levels of cortisol affect ACTH?
What is the relationship between equilibrium constants of acid-base, complexometric, precipitation, and redox titration and the feasibility of titration? What are the similarities and differences between the four types of titration? Are there other factors that need to be considered when assessing the feasibility of titration?
. Water is flowing downhill at 15.0m/s through a pipe that is at an angle of 75o with the horizontal. What are the components of its velocity?
Four forces act on an object such that the object is at rest. Three of the forces are given by
F1 = 2i −2j, F2 = i −4j, F4 = −3i −5j. Determine F3 and its magnitude
Write a program to print the following output,
Sample Input1
2
5
1 2 3 4 5
6
2 20 3 30 4 40
Sample Output1
33
201