I like to write books about mathematics, programming, chemistry, biology and any research I have done or studied for educational purposes.I love science and anything related to it.
I hope you like my work and have a very nice day!
===================================== #include <iostream>
using namespace std;
int main()
{
//A very basic C++ program which will print the sentences below to the console :)These 2 dashes mean it is a comment in the program and will not be "read" by the PC.
cout<<"Hello everyone!"<<endl;
cout<<"Hope you like this!"<<endl;
return 0;
}
- JoinedOctober 3, 2014
Sign up to join the largest storytelling community
or
Stories by Daniel K
- 4 Published Stories
How to make ...
10
1
1
These series will include chapters on how to create different things(like antiviruses, software etc.).
#12 in antivirus
See all rankings
Fibonacci Numbers
69
0
2
This short work will explain what a Fibonacci number is and as to what it is and it's connections with the w...