Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
find maximum in objective c
//gcc 4.8.4 #import <Foundation/Foundation.h> int main(void) { int a= 10; int b= 10; if(a>b){ NSLog(@"a is big"); } else if(a<b){ NSLog(@"b is big"); } else if(a=b){ NSLog(@"both are same"); } }
run
|
edit
|
history
|
help
0
string combine
objective c find factorial
PRogram 3.2 - simple class
string compare
NSSet(Create,Enumrate,Compare,Checking,Combine)
main.m
03 Muestra enteros y flotante
geomatric operations in objective c
Interface implementation
Even and Odd numbers by Erick Benites