Types of Load on Steel structures.
1. Dead Loads (DL)
2. Live or Imposed Loads (LL OR IL)
3. Wind Loads (WL)
4. Snow Loads
5. Seismic Loads or Earthquake Loads
6. Erection Loads
7. Accidental Loads
Types of Load on Steel structures.
1. Dead Loads (DL)
2. Live or Imposed Loads (LL OR IL)
3. Wind Loads (WL)
4. Snow Loads
5. Seismic Loads or Earthquake Loads
6. Erection Loads
7. Accidental Loads
Write a program to print Fibonacci series of n terms where n is input by user :
0 1 1 2 3 5 8 13 21 .....
In the Fibonacci series, a number is the sum of the previous 2 numbers that came before it.