Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
asdfghjk
//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
Even and Odd numbers by Erick Benites
Cylinder And Circle
fullname
Obj-C_Program_Structure_1
basic objective c
Ex Srting Methods
bookinheritence
Uso de else if
string replace
string search