Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
find simple Interest in objective c
//gcc 4.8.4 #import <Foundation/Foundation.h> int main(void) { int P=1000; int R=5; int N=10; float i=(P*R*N)/100; NSLog(@"%f",i); }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Interface implementation
NSMutable Exercise
NSMutable Example
01 Hola mundo
primitive datatypes objective c
string compare
03 Muestra enteros y flotante
NSMutable Chirag
Objective C Class and Object example
change case
Please log in to post a comment.