Monday, June 1, 2015

C# - Lab 01

Ex 1: Write a program to enter: name, address, phone and display these information.

Ex 2: Write a program to accept three integer number and find maximun number from three integer.

Ex 3: Write a program that accepts a number between 1 and 7 from the user and return the corresponding day of the week(1- Monday, 2- Tuesday and so on).

Ex 4: Write a program to display the first 9 multiples of an integer. N entered from user

Ex 5: Write a program to print the factorials of the integers from 1 to 20

No comments:

Post a Comment