The type int means that the variables listed are integers; by contrast with float, which means floating point,i.e., numbers that may have a fractional part. The range of both int and float depends on the machine you areusing; 16-bits ints, which lie…