VB Dot NET Programs

Given below is a list of VB Dot NET Programs Create console application showing the use of conditional constructs – if, if-else, if-else if-else, nested if, select case. Create a console application showing the use of loops – Do….While loop, Do Until … Loop, While… Wend, For …  Next, For Each … Next. Create a …

SQL Practice Exercise

The following list presents a SQL Practice Exercise. The following are some of the databases. For the purpose of running queries given below you may use any one of these databases. However, you can use any other database also. Part 1 – SQL Practice Exercise Institute Database: The database has the following tables Student (enrolment_no, …

Data Structures Practice Questions

The following list provides important Data Structures Practice Questions. Write a program to implement following operation on one dimensional array (i) Insertion (ii) Deletion (iii) Traversal (iv) Reverse (v) Merge Create an application to Sort an array (menu driven) using: (i) BUBBLE SORT (ii) MERGE SORT(iii) INSERTION SORT (iv) SELECTION SORT Write a program to …

PHP Practice Questions

The following PHP Practice Questions help you gain expertise in PHP language. Write regular expressions including modifier operators and metacharacters. Create a program to show the usage of the nested if statement. Develop a Program in PHP for type Casting of Variables Create a PHP application to show the usage of the switch-case statement. Write …

C Programming Practice Questions

The following list includes important C Programming Practice Questions. Click on the link to find code for following C Programming Practice Questions Write code that allows a user to enter a number n and then displays it in words. Displays all ASCII character with their numeric values. Find power of a number using for loop. …