observe the following tree and write the xml code
Attachments:
Answers
Answered by
1
<?xml version ="1.0"?>
<inventory>
<drink>
<lemonade>
<price></price>
<amount></amount>
</lemonade>
<pop>
<price></price>
<amount></amount>
</pop>
</drink >
<snack>
<price></price>
<amount></amount>
</snack>
</inventory>
<inventory>
<drink>
<lemonade>
<price></price>
<amount></amount>
</lemonade>
<pop>
<price></price>
<amount></amount>
</pop>
</drink >
<snack>
<price></price>
<amount></amount>
</snack>
</inventory>
Similar questions