You are on page 1of 1

CSCS 464: Visual Programming Assignment No 1 Due Date: 12th March 2012 Due Time: 12:00PM (noon) by email

Note: This is an individual assignment Plagiarism/ cheating/unauthorized group efforts/ academic dishonesty are serious offences. Take proper measures to avoid. Take proper care of your work (No excuse will be considered later) If you consult your logic with any one, please provide the name of person This is an individual assignment Due date and time means on or before the specified date and time. Late assignments will not be graded Please do write your name and roll number clearly using comments of the language. The comments can be given by using // for single line comment Please make sure that you indicated Assignment No 1 and your roll number and Name on Assignment Your assignment will be checked against plagiarism and combined effort by using multiple methods as announced in the class Be Ware Formulate a Windows Forms Application for making a simple calculator. Please make sure that you understand that numbers can be integer, floating numbers of any length The following functionality is needed 1. Add two or multiple numbers 2. Subtract two numbers 3. Multiply numbers 4. Divide numbers (Make sure that you will handle the Divide by Zero condition without actually doing Exception handling) 5. Calculate the remainder of division 6. Clear the text box and retrieve the calculator to initial on state 7. Calculate the square root of the number Important Requirements 1. For your queries and help use the suggested books and also MSDN library. 2. Email Clients will not be able to handle the executable files. Please make sure that you delete the Bin and Debug folders. 3. Compress your entire remaining folder and name it appropriately with your name, roll number and Assignment number

You might also like