Aniket-Engg / solidity-school

First place for early developers to learn Solidity
368 stars 82 forks source link

SafeCalculator #16

Closed Aniket-Engg closed 5 years ago

Aniket-Engg commented 5 years ago

Standard: 2 Sequence: 2 Contract Name: SafeCalculator

Problem Statement: Extend std-1/1_Calculator/Calculator.sol with performing below checks in its methods:

Use require or assert. Add related hint, if required.