.NET Practical Slip 14 Q A
2. Slip-1 Problem Statement Q. Write a program in C#.Net to find the sum of all elements in the array. […]
2. Slip-1 Problem Statement Q. Write a program in C#.Net to find the sum of all elements in the array. […]
2. Slip-1 Problem Statement Q. Write a C# program to accept and display ‘n’ student’s details such as Roll No,
2. Slip-1 Problem Statement Q. Write a C# program to make a class named Fruit with a data member to
2. Slip-1 Problem Statement Q. Write a program that demonstrates the use of primitive data types in C#. The program
2. Slip-1 Problem Statement Q. Write a Menu-driven program in C#.Net to perform the following functionalities: Addition, Multiplication, Subtraction, Division.
2. Slip-1 Problem Statement Q. List of employees is available in a listbox. Write an ASP.Net application to add selected
This C#.NET program demonstrates the concept of inheritance by creating a base class Department and derived classes Sales and Human
This C#.NET program demonstrates how to create and use a user-defined function to calculate the sum of two numbers. It