Concept explainers
Write the Flowchart for the following
Write a program that will allow a student to enter their name and then ask them to solve 10 mathematical equations. The program should display two random numbers that are to be added, such as:
247
+ 129
The program should allow the student to enter the answer. The program should then display whether the answer was right or wrong, and accumulate the correct values. After the 10 questions are asked, calculate the average correct. Then display the student name, the number correct, and the average correct in both decimal and percentage format.
In addition to any system functions you may use, you might consider the following functions:
- A function that allows the student to enter their name.
- A function that gets two random numbers, anywhere from 1 to 500.
- A function that displays the equation and asks the user to enter their answer.
- A function that checks to see if the answer is right and accumulates the number right.
- A function that calculates the results.
- A function that displays the student name, the number right, and the average right.
Trending nowThis is a popular solution!
Step by stepSolved in 3 steps with 1 images
- The concentration (C) of insulin in the body is described by the following equationC = C0e^-40t / MWhereC0 = 85 pmol/L is the initial insulin concentration, t is time in minutes, M is the personmass in kg.a) Write code that will calculate the insulin concentration of two people with weighs 60Kg and 100 Kg. Simulate the insulin concentration for 4 minutes in steps of 0.1minute.b) Plot the insulin concentration of the two people on the same graph. For the firstcurve plot a magenta solid line, square marker, cyan for MarkerFaceColor, andMarkerSize of 6. For the second curve plot a black dashed line with LineWidth of 2.c) Your plot should have a title, a legend, and appropriate labels for the x and y axis.arrow_forwardWrite Algorithm for a program that asks the user to enter two numbers. Then ask the user to enter 1 to add these numbers or 2 to multiply these numbersarrow_forwardA dramatic theater has three seating sections, and it charges the following prices for tickets in each section: section A seats cost $20 each, section B seats cost $15 each, and section C seats cost $10 each. The theater has 300 seats in section A, 500 seats in section B, and 200 seats in section C. Design a program that asks for the number of tickets sold in each section and then displays the amount of income generated from ticket sales. The program should validate the numbers that are entered for each section. Make sure to generalize the process so that a theater can have any number of sectionsarrow_forward
- Extra Credit Question Question 36 Write a program based on following algorithm: I. Input height of student1 in centimeters. II. Input height of student2 in centimeters. III. Input heigh of student3 in centimeters. IV. Compute the average of 3 heights. V. Convert the average height into meters. V. Display the result in following format: The average height of the three student is xx.xx meters. (use 2 decimal place) Note: 1 meters = 100 centimeters. - Narrow_forwardPYTHON PROGRAMMING LAB Write a python program to print the larger value that is in the range 10..20 inclusive, or print 0 if neither is in that range. You have to take 3 integers from the user.arrow_forwardDevelop a pseudocode or flowchart for all the following problems : 1. Write a program which will display “I AM GOOD” on the computer screen for 10x2. Write a program which will display “I AM GREAT” on the computer screen for 100x3. Write a program which will display “I AM SUPERMAN” on the computer screen for 1000x4. Accept two integers from computer user and check whether they are equal or not.5. Write a program to check whether a given number is even or odd.6. Write a program to check whether a given number is positive or negative7. Write a program to read the value of an integer m and display the value of n is 1 when m is larger than 0, 0when m is 0 and -1 when m is less than 08. Write a program which accept the user’s height in cm then display :a. You are so tall → if the height is more than 180cmb. You are not that tall → if the height is between 100 – 179cmc. You are short ha ha ha → if the height is less than 100cm9. Write a program to read 10 numbers from keyboard and find their…arrow_forward
- Homework 5. Write algorithm, then draw a flowchart to find and print the largest of three numbers. Read numbers one by one. 6. Write a Algorithm that will assign a grade to a student, based on his final score according to the following table: Score range 90 - 100 80-89 70-79 50-69 0-49 Grade ABCDEarrow_forwardcorrect all errors.arrow_forwardTransient PopulationPopulations are affected by the birth and death rate, as well as the number of people who move in and out each year. The birth rate is the percentage increase of the population due to births and the death rate is the percentage decrease of the population due to deaths. Write a program that displays the size of a population for any number of years. The program should ask for the following data: The starting size of a population P The annual birth rate (as a percentage of the population expressed as a fraction in decimal form)B The annual death rate (as a percentage of the population expressed as a fraction in decimal form)D The average annual number of people who have arrived A The average annual number of people who have moved away M The number of years to display nYears Write a function that calculates the size of the population after a year. To calculate the new population after one year, this function should use the formulaN = P + BP - DP + A - Mwhere N is the…arrow_forward
- Design a program that calculates and displays the number of miles per hour over the speed limit that a speeding driver was doing. The program should ask for the speed limit and the driver’s speed. Validate the input as follows: The speed limit should be at least 20, but not greater than 70. The driver’s speed should be at least the value entered for the speed limit (otherwise the driver was not speeding). Just the basic algorithm in pseudo-code.arrow_forward3. The formula for determining compound interest is: A represents the amount to earn; P is the principle that is initially invested; r is the interest rate earned; n is the number of times the interest is compounded; and t is the number of time periods for the investment. Write a program that prompts the user to enter P, r, n and t. The program should output the amount earned on the investment. 4. Look up the Pythagorean theorem if you are not already familiar with it. Use the following formula to solve for c in the formula: c = √a2 + b2. Use the proper functions from the cmath header file. Be sure to output the result.larrow_forward
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education