...

/

Challenge: Create a Contract with Attributes and Functions

Challenge: Create a Contract with Attributes and Functions

Test yourself on Solidity by creating contracts with different parameters and coding the respective run scripts.

Problem statement

Create a contract named Challenge with the following attributes and functions:

  • A private variable called targetAmount, ...