console

How to Count Upper and Lower Case Characters in Python

Submitted by razormist on

In this tutorial, we will program "How to Count Upper and Lower Case Characters in Python." We will learn how to properly count the lowercase and uppercase characters present in a string. The objective is to correctly determine the number of uppercase and lowercase characters in the string. I will provide a sample program to demonstrate the coding process in this tutorial.

New Xbox Controllers Bear Wireless Connectivity Feature

Submitted by Van Ledesma on
Controllers undeniably give gamers a different experience as compared to keyboards. That could be one reason why computer consoles like that of Play Station can still hook a lot of players despite enormous level ups in personal computers and laptops. With a controller, the gaming world fits in the hand of the gamer. One need not to have eye-to-eye contact with what his fingers are pressing. The

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.

Client-Server Based Payroll System using VB.NET Console/MSSQL

Submitted by donbermoy on
This is a Payroll System that is created using VB.NET Console as frontend and MSSQL Server 2000 as backend. This is a client-server based payroll System. Server Features: Login with only 3 attempts Working Days Employee Information Generate Employee Username and Password Employee Date/Time Record Deductions Leave Permission Leave Absences Payroll Generate Payslip User Accounts Client Features