PASCALSTRIANGLE

This will print the Pascals Triangle up to 'n' lines. I created the Matrix of nXn Matrix. Then initilized all the element to zero. Then Calculated the Combination of i,j using the formula: C(n,r)=n!/(r!*(n-r)!) Before that I calculated the Factorial of a number by using a recursive Function.

Online Supply Inventory System

Online Supply Inventory system deals primarily with determining the size and placement of the materials within a facility or within multiple locations of a supply chain network. It is also concerned with the importance of forecasting the required inventory, availability of physical space, and cost in carrying those inventories to maintain the planned course of production against the random

Searching for a word in a Dictionary - C Program

A program that searches for a word in a dictionary. - Create a small dictionary of strings - Not in order - Create an interface for user to search for a word in the dictionary If the word is not found, the word is added to the dictionary. The dictionary has 1000 words (English/Swahili) #include /* C Standard Input and Output Library*/ #define array_size 1000 /* Constant size of the array to be

Financial Investment Calculator (Updated)

Hi guys, I'm new to PHP. I'm actually from a .NET background and studying PHP & MYSQL on my own. This is my first commercial PHP application. This is a financial investment application in php I developed for a financial investment company. The application can calculate the clients monthly premium and maturity benefit over a period of time(years). You can update and use it for your project work or