Run Code
|
API
|
Code Wall
|
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
geomatric operations in objective c
Even numbers are at the beginning and all the Odd numbers
geomatric operations in objective c
array
enheritance
Program 2.2
objective-c size of datatypes
Interface implementation
find simple Interest in objective c
NSMutable Exercise