The document contains programming assignments for a .NET programming module. It lists 15 programming problems for students to solve in C#, including writing programs to check if a number is a palindrome, find the roots of a quadratic equation, find the second largest element in an array, multiply matrices, reverse a string, design a calculator using switch statements, check if a year is a leap year, compare dates, generate random numbers, and determine if a number is an Armstrong number. It provides the assignments and is signed by the faculty member Prashant Ankalkoti from the MCA department at JNNCE.
The document contains programming assignments for a .NET programming module. It lists 15 programming problems for students to solve in C#, including writing programs to check if a number is a palindrome, find the roots of a quadratic equation, find the second largest element in an array, multiply matrices, reverse a string, design a calculator using switch statements, check if a year is a leap year, compare dates, generate random numbers, and determine if a number is an Armstrong number. It provides the assignments and is signed by the faculty member Prashant Ankalkoti from the MCA department at JNNCE.
1. Write a Program in C# to check whether a number is Palindrome or not?
2. Write a Program in C# to find the roots of Quadratic Equation? 3. Write a Program in C# to find the second largest element in a single dimensional array? 4. Write a Program in C# to multiply to matrices using Rectangular arrays? 5. Write a Program to reverse a given string using C#? 6. Design a simple calculator using Switch Statement in C#? 7. Write a C# Program to Check Whether the Entered Year is a Leap Year or Not? 8. Write a C# Program to Display the Date in Various Formats? 9. Write a C# Program to Compare Two Dates? 10. Write a C# Program to Display the ATM Transaction? 11. Write a C# Program to Generate Random Numbers? 12. Write a Program in C# to calculate Armstrong number? 13. Write a Program in C# to find Sum of Digits? 14. Write a Program in C# to Reverse Number? 15. Write a Program in C# to Swap two numbers without using third variable?
Mr. Prashant Ankalkoti, Faculty, MCA Dept. JNNCE. Page 1