Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Simple interest
//gcc 5.4.0 #include <stdio.h> int main() {int p,r,t; float s; scanf("%d",&p); scanf("%d",&r); scanf("%d",&t); s=p*r*t/100; printf("%f",s); return 0; }
run
|
edit
|
history
|
help
0
1, 2, 3, & 4-layer neural networks in C
Assignment 10
Test2
a>=0 && b>=a
If Statement/ Decrement practice
709 lab 3.1
co_4
Volume of a square pyramid With functions
CPTTRN_2
Lab6 v0.5 Sin,cos,tan,cot