This section main highlights some of the projects I worked on in WPF using Visual Studio.
In this application, the user guesses a number based on the mode they select easy = 1-100, mediaum = 100 to 1000, hard = 1000 to 10,000). It counts the number of total guesses and also the previous guess, indicating messages to show the user whether the guess was too low, too high, or if they guessed correctly.
This was a test question from our web development course which I added a few features to. It features data binding so that changes are made in real time and users are updated. Once calculate is pressed, it starts a second window which presents the user with an updated total.