13. Write a program that accepts cost of goods sold (cgos) revenue generated, operating costs (oc) and prints Gross profit, net profit and net profit percentage. [Hint : Net profit = Revenue – egos – oc] sa 11 ip chapter 3, sa 12 cs chapter 6, Uncategorized / PythonCSIP CS IP 13. Write a program that accepts cost of goods sold (cgos) revenue generated, operating costs (oc) and prints Gross profit, net profit and net profit percentage. [Hint : Net profit = Revenue – egos – oc] Read More »
1. Write a program that displays a joke. But display the punchline only when the user presses enter key. (Hint. You may use input( )) sa 11 ip chapter 3, sa 12 cs chapter 6, Uncategorized / PythonCSIP CS IP 1. Write a program that displays a joke. But display the punchline only when the user presses enter key. (Hint. You may use input( )) Read More »