Write an XML that represents a set of products in an online store.
The required name for the XML root element is products. It should include two or more nested elements named product.
Each product includes two child elements: name and cost.
You can skip the prologue here.