Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
asss
//gcc 5.0.4 #import <Foundation/Foundation.h> int main (int argc, const char * argv[]) { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; int a=10,b=20; int c=a+b; NSLog(@"sum=%d",c); int d=b-a; NSLog(@"sub=%d",d); int e=a*b; NSLog(@"mul=%d",e); float f=b/a; NSLog(@"div=%f",f); [pool drain]; return 0; }
run
|
edit
|
history
|
help
0
enheritance
Even and Odd numbers by Erick Benites
array
main.m
NSSet(Create,Enumrate,Compare,Checking,Combine)
find simple Interest in objective c
NSString & MutableNSString Examples in one
PRogram 3.2 - simple class
fullname
change case