/Java

java programs

Primary LanguageJava

Java

java1


-----------------------------------------Content/ Programs---------------------------------------------------


1) Simple Program [get code from file: HelloWorld.java]

2) Calculate Interest:
This class implements a simple program that, will compute the amount of interest that is,earned on $17,000 invested at an interest, rate of 0.07 for one year. The interest and,the value of the investment after one year are,printed to standard output.[get code from file:Interest.java]

3) String Operations[get code from file: string_operations.java]

4) Enum [get code from file :EnumDemo.java]

5) Input By using Scanner Object [get code from File : input_output.java]

6) Java Operators [get code from file : java_operators.java]