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;
}
  • انضمOctober 3, 2014

المُتابَعون


قصص بقلم Daniel K
How to make ... بقلم DanielConst
How to make ...
These series will include chapters on how to create different things(like antiviruses, software etc.).
Curiosity بقلم DanielConst
Curiosity
These series will contain chapters with different curiosities (powers of numbers , recreational math etc.) an...
Fibonacci Numbers بقلم DanielConst
Fibonacci Numbers
This short work will explain what a Fibonacci number is and as to what it is and it's connections with the w...
1 قائمة قراءة