Qu1: Write a program that calculate add, subtract, multiply and division. Accept two number from the users and then using appropriate function calculate them and shows output to the user.
Summary
In this chapter you learned how to use functions and methods in program. In next session you will learn about parameter in C#.