Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
objective c find factorial
//gcc 4.8.4 #import <Foundation/Foundation.h> int main(void) { int a= 5; int f=1; int i=1; for(i;i<=5;i++){ f=i*f; } NSLog(@"%d",f); }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
shape example
asss
Objective C NSSet Declaration
fullname
inheritenace-test
objective c fibonanci
Ex of String methods
represent value
Func Var and Ops ObjC
find maximum in objective c
Please log in to post a comment.