Question: Using sequence structure write a python code that asks a user to enter four different numbers and find the square of each the numbers.
Using sequence structure write a python code that asks a user to enter four different numbers and find the square of each the numbers. (2) Using single selection write a PYTHON code to determine if a student is entitled for a scholarship award which is dependent on their gpa. Their gpa should be greater than or equal 3.0 to qualify for the award. Accept their GPA and school fee amount. Output a message stating if they are qualified for the scholarship. (3) Use an appropriate iteration or loop construct to complete the following. Write python Code to enter the gross pay of 10 workers. Calculate their income tax amount which is 33.33% of their gross pay. Output the netPay of each worker.
Step by Step Solution
There are 3 Steps involved in it
1 Using sequence structure to find the square of four different numbers python Task 1 Calculate the ... View full answer
Get step-by-step solutions from verified subject matter experts
