Question: please code it in python script form! Show the analysis, specification, design, and implementation phase for each of the following problems Problem 1 (5 points)
Show the analysis, specification, design, and implementation phase for each of the following problems Problem 1 (5 points) Write a Python program that prints the power of two one per line: 22.23. 24.29 Problem 2 (5 points) Write a Python program that prints your favorite food and favorite color. Problem 3 (5 points) Write a program that converts the number 145 in decimal to its equivalent in binary. Problem 4 (5 points) Write a program that converts 16 feet to meters. The formula that converts feet to meters is given as follows: feet 3.2808 meter Problem 5 (5 points) Write a program to calculate and print the payroll of an employee whose pay rate equals to $40 and working hours equal to 10 hours. The payroll is the pay rate multiplied by the number of working hours
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
