Writable Functions Is Solidity

[Solved] Writable Functions Is Solidity | Solidity - Code Explorer | yomemimo.com
Question : writable functions is solidity

Answered by : vishal-bharat-lambe

// writable function
function set(uint _num1, uint _num2) public{	num1 = _num1; num2 = _num2;
}

Source : | Last Update : Thu, 29 Sep 22

Answers related to writable functions is solidity

Code Explorer Popular Question For Solidity