Bubble Sort in C# Console

Submitted by donbermoy on
Today in C#, I will teach you how to create a program for bubble sorting using C# 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.

Use DateTime Stamp Appropriately in PHP/MySQLi

Submitted by Yorkiebar on
Introduction: This tutorial is on how to use timestamps properly in PHP and MySQLi to sort information from databases in to the correct order. What's a Timestamp? A timestamp is a data type in PHP and MySQL(i) which is used to hold the correct format of a specified date, time, or date and time together. Database: To enable a database table to hold a timestamp we can first create a database, named 'fln', then create a table named 'test', and give it the following column structure... id, int, 5 length, primary key, auto increment date, dateti

Nested For LOOPS

Submitted by moazkhan on

Nested For LOOPS

In this part you will learn: 1. For LOOP 2. Nested For LOOP 3. More on conditional statements 4. C syntax 5. Showing output In this tutorial I will teach you how to make different shapes using For Loop and * . Making different shapes with * may sound something like very unimportant but trust me making these shapes provide a very good understanding of the loop. What is a NESTED LOOP ? Sometimes we need two loops to execute a statement.

Learning LOOPS in C

Submitted by moazkhan on
In this part you will learn: 1. What is a loop 2. For LOOP 3. More on conditional statements 4. C syntax 5. Showing output In this tutorial I will teach you how to make a calculator using two different ways, firstly using the Conditional statement method and then using switch statement. What is a LOOP ? A loop is simply a statement which can execute a set of defined statements repetitively. You can write any valid C statement within a loop and you can also set how many times to execute that certain statement. There are three parts in a loop 1.

Change Case: Uppercase and Lowercase in C#

Submitted by donbermoy on
Today in C#, I will teach you how to create a program that changes case either uppercase or lowercase letters using C#. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2. Next, add two Buttons named Button1 and labeled it as "Uppercase" and Button2 labeled as "Lowercase".

Resort Management System

Submitted by donbermoy on
This is one of the thesis/capstone projects that I have made for a particular school entitled Resort Management System for Seafarer's Inn. This is programmed thru Visual Basic and SQL Server 2000 as backend. Features of the system: 1. Room, pool, and cottage reservation 2. Room check-in, pool and cottage rental 3. Accepts and cancels reservation 4. Generate refunds 5. Add, edit, delete, and search