In this project we are going to learn about how to use strings or characters in Java. String are the series of characters.
An object is created from a class. In Java, the new keyword is used to create new objects. A class acts as a blueprint for the objects.
This project is about fibonacci series using for loop in Java which are displayed in following sequence. Fibonacci series=0,1,1,2,3,5,8,13,21,34