#include <stdio.h> int main() { int a=1, b=2, c=8; while(b<=c) { a=a*b; b++; } printf("N! (da 1 a 8) è %d", a); }
To embed this project on your website, copy the following code and paste it into your website's HTML: