Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
03 Muestra enteros y flotante
// informaticadeguatemala.com // Mostrar valor de variables #import <Foundation/Foundation.h> int main (int argc, const char * argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; int vresult; vresult = 10 + 20; NSLog(@"La suma de 10 y 20 es %i", vresult); NSLog(@"El entero de la división de 8 dentro de 5 es %i", (8 / 5)); NSLog(@"La división de 8 dentro de 5 es %.1f", (8.0 / 5.0)); [pool drain]; return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
aditation
find maximum in objective c
find simple Interest in objective c
Az Flights Optimization
Etudiant.m
string divison
emp class
Even numbers are at the beginning and all the Odd numbers
change case
linear hybrid cellular automaton reversible random bit generator
Please log in to post a comment.