Wednesday, 23 May 2007

FREE SOFTWARE CODE

My interest in coding is fuelled by java and c. This is a mastered and remastered piece and a working piece runs on java platform saved as import.java, for the calculation of increased percentage and reduced percentages. Usefull for anyone from women going shopping wanting to know the price, dropped percentage on their shoes and other goods to, supplier increase his price by a few percentage or an accountant adding monetry interest. This software gives the actual price from the percentage so you will know what you are to pay in price and not been cheated.

import java.util.Scanner;
public class Percentage
{

public static void main( String args[] )
{

}

No comments: