Hi all
Can someone help me and answer the following questions:
1- Write a program to find sum of all integers greater than 100 and less than 200 that are divisible by 7?
2- Write a java program to display the Fibonacci series
Hint: Fibonacci series: 0,1,1,2,3,5,8,13,21,34,55,……….
Hint: Use while loop
Thanks