Question: In Phyton programming language Objectives Get familiar with the Python IDE, know how to input source code, build (compile and link) the project Assignments: Write,
Objectives Get familiar with the Python IDE, know how to input source code, build (compile and link) the project Assignments: Write, compile and run the programs and debug if necessary. 1. Create a new project called Lab1 2. // This progam calculates the user's pay && Get the number of hours worked. "How many hours did you work? "i enter >> hours; && Get the hourly pay rate "How much do you get paid per hour?" enter >> rate: && Calculate the pay. pay = hours * rate; && Display the pay "You have earned $" 3. Build the solution. 4. Execute the program if it is built successfully. When you run the program, enter a number each time the program asks you a question, then press Enter key. The program is supposed to calculate the product of the two numbers you typed and display the result. 5. Submit your source file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
