JUST A Short/SPDX-License-Identifier: MIT pragma solidity ^0.8.0; //Develop a contract write a argumental constructor passing two integers //And write product function which will return the product of argument passed in the constructor. contract product{