Increment/Decrement Operator:- this operator is used to increment/decrement the value of Integer,floatand character type by 1 unit. Note:-It is applicable on int,byte,char but not on boolean. Types:- ...