Computer Science Manzoor Do Now due 230 pm Operator Precedence Classwork Programming
Do Now
Q. What is operator precedence?
Classwork
Q. What is operator precedence?
Classwork
Q1 . __________ is a modulus operator:
!
++
--
%
Q2 . a+=b is equivalent to
b+=a
a=a+b
a=+b
b=b+a
Python Programming Question:
Q3. Write a program that takes a number and displays its addition, square and subtraction.
Comments
Post a Comment