Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sequence

Finding The Missing Sequence Number In A File

Hi I have to find a missing number in an xml file. but I feel difficulty to find. Pls suggest some … Read more Finding The Missing Sequence Number In A File

Create A Mechanism To Pass In A Positive Integer And Display All The Values Of The Fibonacci Series Up To And Including The Specified Value

Fibonacci: Solution 1: Your error is at this lines : for ( $i ; $i < $powerof ; $i ++) { … Read more Create A Mechanism To Pass In A Positive Integer And Display All The Values Of The Fibonacci Series Up To And Including The Specified Value