##Assesment Token Minting and Burning Functions This repository contains two essential functions for managing token supply: mint and burn.
1.Mint Function The mint function is responsible for adding tokens to the total supply. It takes two parameters: -address: The address to which the minted tokens will be assigned. -value: The amount of tokens to be minted.
2.Burn Function The burn function allows spending tokens from the total supply. It also requires two parameters: -address: The address from which tokens will be subtracted. -value: The amount of tokens to be burned.