FISH.


Nikita Beloshenko

Create Your Badge



Shop (under construction).





Вычисление факториала. (Си)



// Calculation 10!
#include "iostream.h"

void main()
{
 float x;
 int i;

 x=1;
 for(i=1; i<10; i++)
 {
  x=x*i;
 };

 cout << x;
 cin >> x;
}


FREE VIRAL OF YOU SITE.

 




Click Here for Free Traffic!

FISH.