Class 11 IP Chapter 4 Ex 4.4 Solutions Sumita Arora New Syllabus / Listing11IPSA, Uncategorized / By Neha 2. How is ‘unary + ‘ operator different from ‘+’ operator ? How is ‘unary – ‘ operator different from ‘-‘ operator ? Unary '+' ...Read answers here 1. What is the function of operators ? What are arithmetic operators ? Give their examples. Operators operate ...Read answers here 4. What does the modulus operator % do ? What will be the result of 7.2 % 2.1 and 8 % 3 ? Modulus operator ...Read answers here 3. What are binary operators ? Give examples of arithmetic binary operators. Operators that ...Read answers here 5. What will be the result of 5.0/3 and 5.0//3 ? 1.66666(upto 15 ...Read answers here 7. Write an expression that uses a relational operator to return True if the variable total is greater than or equal to variable final. final = ...Read answers here 6. How will you calculate 4 .5^5 in Python ? 4.5**5 or ...Read answers here