Computer Science, asked by amit214318p3z95d, 1 year ago

observe the following tree and write the xml code

Attachments:

Answers

Answered by tanu3710
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>
Similar questions