Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Length width.c
//gcc 5.4.0 #include <stdio.h> int main(void) { int length,width,volume; length=5; width=8; volume=length*width; printf("%d",volume); return 0; }
run
|
edit
|
history
|
help
0
PuntosTriangulo
b=1,c=1
Test2
Program to calculate characters
tgo
ele709 lab 3.2
Multiples of 10 sum
Finding the second largets value v0.6
Function practice
ele888 lab1 run - graphs