c#index
c#index
Index
Serial Name of Practical Date Remark
No.
1 Write a simple c# programs to Calculate Hypotenuse of triangle using dynamic
initialization of variables.
2 Write a simple c# programs to get input from the user and perform calculations.
3 Write a simple c# programs to Calculate the quadrant for the coordinates using
if..else…ladder.
4 Write a simple c# programs to Check whether the alphabet is a vowel or not using
switch..case…
5 Write a simple c# programs to understand about for..each loop and strings.
6 Write a simple c# programs to print the students list using classes and objects.
7 Write a simple c# programs to implement Single Inheritance concepts.
8 Write a simple c# programs to implement Multilevel Inheritance concepts.
12 Write a console application that obtains four int values from the user and displays the
product.
13 Write a console application that checks two integers stored in variables var1 and var2
is greater than 10 or not.
14 Write a console application that places double quotation marks around each word in a
string .
15 Write an application that uses two command-line arguments to place values into a
string and an integer variable, respectively. Then display these values.
16 Write an application that receives the following information from a set of students:
Student Id: Student Name: Course Name: Date of Birth: The application should also
display the information of all the students once the data is Entered. Implement this
using an Array of Structures.
17 Write programs using conditional statements and loops: Generate Fibonacci series.
18 Write programs using conditional statements and loops: Generate various patterns
(triangles, diamond and other patterns) with numbers.
19 Write programs using conditional statements and loops: Test for prime numbers.
20 Write programs using conditional statements and loops: Reverse a number and find
sum of digits of a number