Using VB.Net in Visual Studio, make an application that can dobasic calculations and save them to an XML file in the operationform (i.e. 1+1 = 2, 1 * 1 = 1, etc) when you press a Save XMLbutton. Also allow users to retrieve the XML file and display themin a listbox from an Retrieve from XML button. The XML file shouldbe local to the application or allow the user the ability tonavigate to the file.
Solution