Here you can find something different
October 14, 2013
Interesting solutions for Fibonacci series (0,1,1,2,3,5,8,13,…) in C++ Language
›
#include<iostream.h> #include<conio.h> void main() { int x=0,a=0,b=1,n; clrscr()...
March 20, 2013
Which soap do you use? Toilet soap or bathing bars?
›
I am writing this article because my student Rachana. The question asked by her brother to her and she asked the same to me - “why toile...
163 comments:
‹
›
Home
View web version