Python Fundamental Type C Sumita arora IP Class 11 Solution
Q3. Write a program that generates the following out put:
5
10
9
Assign value 5 to a variable using assignment operator (=) multiply it with 2 to generate 10 and subtract 1 to generate 9.
5
10
9
Assign value 5 to a variable using assignment operator (=) multiply it with 2 to generate 10 and subtract 1 to generate 9.
Q13. Write
a program to read details like name class age of student and then print
the details firstly in same line and then in separate line .
Make sure to have two blank lines in these two different types of prints .
Q14.
Write a program to read three number in three variables and swap first
two variable with the sums of first and second ,second and third numbers
respectively . Make sure to have two blank lines in these two different types of prints .
Q15. Write a program to input the cost price, selling price and print the profit earned.
Q16. Write a program to input the total liabilities and shareholders' equity of a company and print its D/E
ratio as
Total Liabilities / Total Shareholders’ Equity
Q17. Write a program to input a company's total assets and total equity and print its equity multiplier as
Total Assets / Total Equity
Q18. 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 - cgos - oc]
......
ReplyDeletePost a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )