Summary
Summary CPT200 Week 1 Interactive Assignment.docx Week 1 Interactive Assignment CPT 200 Fundamentals of Programming Languages inp_TAS=input('Total Sales: $') # total sales entered 100000 var_prof=0.19 * float(inp_TAS) print("Profit Amount: $",
- Course
- Institution
CPT200 Week 1 Interactive A Week 1 Interactive Assignment CPT 200 Fundamentals of Programming Languages inp_TAS=input('Total Sales: $') # total sales entered var_prof=0.19 * float(inp_TAS) print("Profit Amount: $",var_prof) #Profit Amount: $ 19000 After going through the assigned textboo...
[Show more]