Assignment 4 Task 1
Assignment 4 Task 1
Assignment 4 Task 1
Instructions!
1. This is an individual assignment, you are strictly NOT allowed to discuss your
solutions with your fellow colleagues, even not allowed asking how is he/she is
doing, it may result in negative marking. You can ONLY discuss with your TAs or
with me.
2. Send your tasks on [email protected] till Monday (March 16, 2020) 5PM.
Late submission will not be accepted.
3. Subject of your email should be your roll number and assignment e.g.
BSEF17M5**(Assignment 4+task 1)
5. Use only C# language to do these tasks. Languages other than C# will not be accepted.
You have to develop a scientific calculator exactly like one available in windows 10. The
calculator should implement all the functionalities of windows scientific calculator
Example functions are:
• Inverse of a number x (i-e: 1/x), x raise to power y (x^y e.g : 4^5=1024 where x=4
and y=5)
NOTE: If the implementation of any one function (from original windows calculator) will be
missing, it will result in marks deduction.