console application

Bubble Sort in VB.NET Console

Submitted by donbermoy on
In this tutorial, i will teach you how to create a program for bubble sorting using vb.net console. We all know that bubble sort is a sorting algorithm that is repeatedly searching through lists that need to be sorted, comparing each pair of items and swapping them if they are in the wrong order. Now, let's start this tutorial! 1. Let's start with creating a Console Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Console Application. 2.

Validate Leap Year in VB.NET Console

Submitted by donbermoy on
In this tutorial, i will teach you how to validate a year as leap year or not. Hence we already know that leap year has 366 days instead of the normal 365 days. Leap years occur every 4 years. And this fact is our formula in finding a leap year using the console application in vb.net. Now, let's start this tutorial! 1. Let's start with creating a Console Application for this tutorial by following

C++ POS System

Submitted by agent_suwastica on
Details 1. POS System of Burger stores 2. No database. 3. With inventory 4. with senior discount(12%) 5. With waste inventory 6. with return & exchange inventory 7. Press Alt+Enter to view full screen 8. For Visual C++ 6.0 Console Application 9. Inventory password: lowest 10. Cashier: user: jm, password: jm 11. Press 'S' for down arrow and 'W' for up arrow 12. Press Enter to select and Backspace