Dwayne New
Dwayne New
Computer Science 8
1. Find the error in the program and briefly describe how to correct it.
2. Find the error in the program and briefly describe how to correct it.
3. Find the error in the program and briefly describe how to correct it.
if you input 5 and 10 it will print 5.0 and 10.0 after that it will switch them and print 10.0
and 5.0
5. In the space below, write the code for this output:
print("\nEmployee Information:")
print("Name:", name)
print("Position:", position)
print("Salary: ${:.2f}".format(salary))