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.
GetRequest
primitive datatypes objective c
02 Mostrar valor de variable entera
basic arithmatic Opreation in objective C
First Program : (+,-,*,/)
Book NSSet
enheritance
01 Hola mundo
NSString & MutableNSString Examples in one
string type cast
Please log in to post a comment.