Names Selector Version 1.0

About this code I called it Names Selector Version 1.0 written entirely in Java. This is a simple program to show how to use and manipulate arrays and demonstrate how to use built in string libraries in Java to convert string from lower case to upper case and to reverse the arrangement of letters in a string. I intended this code for beginners in Java programming. I hope this simple program

Password Version 1.0

About this code I called it Password Version 1.0 written in Visual Basic 6.0. This is my first time to write a Visual Basic application that is database driven. Im using ADO controls to access the data in the database. My front end Im using Visual Basic for screen design and data retrieval and for my back end Im using MS Access where I store my user name and password. I intended my work for

A Very Important Tool A Computer Programmer Must Have

We are now facing the age of the internet. Everyone who wants to ride on this must do something to maximize your profit. If you want your name to stand out in the crowd, then follow these simple steps: 1. Build your own website. Building a website today is very cheap. It will only cost you around $7.95/month for webhosting and $9.95/year for a domain name. Some webhosting company cost only $6.95

Electricity Billing System Version 1.0

About this code I called it Electricity Billing System Version 1.0 written entirely in C. It is a database driven application that uses text files and struct data structure to store and manipulate records in the database. I created this code to show that it is not difficult to write database application using C language. If you find this code useful send me an email at [email protected]

Simple Employee Payroll System Version 2.0

About this code I called it Simple Payroll System Version 2.0 it is a database driven application I wrote in Java. The Front End is Java and the depository of Data is MS Access as the Back End. It have also navigational buttons to navigate records in the Database. I have also incorporate compute button to perform calculation. This code is very useful for those you are new in JDBC programming in

Common Programs Prime Number up to N number / First Ten Prime numbers / Factorial of a given number

Submitted by:- Akhilesh Sharma India / Punjab / Nawanshahr. (+91)(0)9463008090 1. //Program to find the factorial of given number; #include #include void main() { long num,fact=1; clrscr(); cout>num; for(;num>0;) { fact=fact*num; num--; } cout

Fibonacci Series and Binary Search Version 1.0

About this code i called it Fibonacci Series and Binary Search Version 1.0. It shows how to perform the code in two ways recursive method and non recursive method. I hope this can help anyone in C programming. If you find my code useful send me an email at [email protected]. People here in the Philippines who wish to contact me can reach me in my mobile numbers at 09296768375 and

Sorting Algorithms in C Version 1.0

About this code i called in Sorting Algorithms Version 1.0. It composed of five most common sorting algorithms like bubble sort, selection sort, insertion sort, bucket sort and shell sort written entirely in C. I hope this code will help someone you are new in C programming. If you find my code useful send me an email at [email protected]. People here in the Philippines who wish to contact