int can be used to convert values into integerstypetype can be used check the type of a valueint does not modify value in placeif statement is terminated by a :if control flow
diagram// performs integer division% is the modulo operator and computes the remainder
after divisionWhy would we want a modulo operation?