List of Programs in
List of Programs in
2. Write a program to input any number between (06) and print appropriate day, week.
3. Print the pattern using For loop. * * * * * * * * * * 4. Write a program to input numbers in 1D array and print in ascending & descending order. 5. Write a program to input number in 2D array and perform the following operations: a. Sum of all numbers b. Forward Diagonal & Backward diagonal c. Print Upper & Lower triangle matrix. 6. Write a program to input number in 2D array and perform the following operations: a. Sum of two matrices. b. Multiplication of two matrices. 7. Write a program to demonstrate Class, Constructor and Inheritance. 8. Design a simple calculator to implement Addition, Subtraction, Multiplication and Division. 9. Design the marks sheet of student which display all details including the total marks of student and percentage. 10. Create a from using check box and option button to give the effect of fonts such as Bold, Italic, underline, strike through respectively for the text entered in the Rich Text Box. 11. Create a simple application which contains menus, Rich Text Box, Common Dialogs Boxes.
12. Write a program to demonstrate all the common dialog boxes in form and show effects in text box. 13. Write a program to demonstrating add, update, delete, find and navigating through the database by using ADODB.net 14. Write a program to establish Database connectivity with MS Access and fetching the record of students and displaying it on the datagridview.
15. Write a program to establish database connectivity with SQL Server and fetching the record of student displaying it on the form (Display in grid as well in detailed layout). 16. Write a program using ADODB.net to maintain Employee Details. The program must have add, update, delete, find and navigation facility.
17. Write a program to demonstrate the use of OLEDB for accessing and storing the data in database. 18. Write a program to create crystal reports from the ms access database and export the report to pdf.