Skip to main content
Search
Search This Blog
School of Business Management
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
February 27, 2025
class exp{
public static void main (string args [] ){
int i, j, n;
n=5;
f=1;
i=1;
while (i<=n){
f=f*i;
i++;
system. out. print\n (f);
}
}
}
Comments
Popular Posts
September 08, 2017
MBA - 106: e-Business
September 08, 2017
BBA - 503: e-Business
Comments
Post a Comment