Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
To create a list to store boolean values, you should use:
var lst1 = new List<boolean>();
List<Boolean> lst1 = new ArrayList<>();
List<boolean> lst1 = new ArrayList<boolean>();
List lst1 = new ArrayList<boolean>();
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!