Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Uso de else if
// informaticadeguatemala.com // else if #import <Foundation/Foundation.h> int main (int argc, const char * argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; int vnum = 10; if (vnum == 6) NSLog(@"value es seis."); else if (vnum == 0) NSLog(@"value es cero."); else if (vnum == 10) { NSLog(@"value es diez"); NSLog(@"entre nueve "); NSLog(@"y once ");} else NSLog(@"vnum no es igual a 6, 0 o 10"); [pool drain]; return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
find simple Interest in objective c
NSMutableStringProgram
NSNumber
02 Mostrar valor de variable entera
primitive datatypes objective c
objective c fibonanci
Class implementation using get method
Obj C Program Structure
simple inheritance in objective c
Etudiant.m
Please log in to post a comment.