c++ program to find the factorial - برنامج سي بلس بلس لإيجاد المضروب 2022-09-28 #include using namespace std; int main() { int number ,fact=1; cout<<"enter the number : "<>number; for(int i=number ; i>=1;i--) { fact*=i; } cout<<"the factorial of : "< Twitter WhatsApp Telegram Facebook