There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This is an assignment from Norges Yrkesakademi. Create a calculator web application with the same functionality as in the first mandatory submission, ie plus, minus, times, parts. Create an MVC website with a view and a controller. The view should have input fields for the two numbers, and a radio button or dropdown for the choice of operation. You also need a button to send the form to the server and a text box to display the result.