.Net ProgramsWrite a C#.Net application to display the vowels from a given string. Chaitrali / January 11, 2025 Answer:
.Net ProgramsDefine a class Supplier with fields – sid, name, address, pincode. Write a C#.Net program to accept the details of ‘n’ suppliers and display them. Chaitrali / January 11, 2025 Answer:
.Net Programs Write a C#.Net program to accept and display ‘n’ customer’s details such as customer_no, Name, address, item_no, quantity, and price. Display the total price of all items. Chaitrali / January 11, 2025 Answer:
.Net ProgramsWrite a C#.Net program to define a class Person having members – name and address. Create a subclass called Employee with members – staff_id and salary. Create ‘n’ objects of the Employee class and display all the details of the Employee. Chaitrali / January 11, 2025 Answer:
.Net ProgramsWrite a program in C#.Net to find the sum of all elements in the array. Chaitrali / January 11, 2025 Answer:
.Net ProgramsWrite a C# program to accept and display ‘n’ student’s details such as Roll No, Name, and marks in three subjects, using a class. Display the percentage of each student. Chaitrali / January 11, 2025 Answer:
.Net ProgramsWrite a C# program to make a class named Fruit with a data member to calculate the number of fruits in a basket. Create two other classes named Apples and Mangoes to calculate the number of apples and mangoes in the basket. Display the total number of fruits in the basket. Chaitrali / January 11, 2025 Answer:
.Net ProgramsWrite a program that demonstrates the use of primitive data types in C#. The program should also support the type conversion of Integer to String and String to Integer. Chaitrali / January 11, 2025 Answer:
.Net ProgramsWrite a Menu-driven program in C#.Net to perform the following functionalities: Addition, Multiplication, Subtraction, Division. Chaitrali / January 11, 2025
.Net ProgramsWrite a C#.Net program for multiplication of matrices. Chaitrali / January 11, 2025 Answer: