package javaapplication6;
public class JavaApplication6 {
public static void main(String[] args)
{
int fac=1;
int i=25,temp;
temp=i;
while(i>=1)
{
fac=fac*i;
i--;
}
System.out.println(temp+"!="+fac);
}
}
My Name Is Salman Masood , I am Computer Science &Amp; Maths Graduate from University of Karachi, Pakistan , Teaching Is My Passion and My Aim Is to Deliver All My Knowledge among Those Students Who Can'T Afford Tutors or Expensive Institute Fees. I Will Be Keep Sharing My All Knowledge and Information with You .... Remember Me in Your Prayers !
Controller Code: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using ...
No comments:
Post a Comment