pragma solidity >=0.7.0 <0.9.0; contract simpleStorage { uint storeData string names bool switchOn= true }