Advanced Smart Contract Writing Using Solidity
Aim of the experiment
The aim of this experiment is to understand and implement fundamental data structures in Solidity, including arrays, structs, and mappings. Through this, learners will explore how to store, retrieve, and manipulate data within smart contracts. By performing operations such as adding elements to arrays, defining and using structs, and mapping key-value pairs