👤

show data type int as ADT(abstract data type).

Answer :

Answer

The int variable type is a physical representation of the abstract integer. The int variable type, along with the operations that act on an int variable, form an ADT.

Explanation: