Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
13
//gcc 5.4.0 #include <stdio.h> int main(void){ int numPeople; int numDogs; int daysCount; int numCars; int houseSize; int numApples; int numFruit; int houseRats; int numRodents; int ballCount; int numItems; int dogCount; int animalsTotal; numDogs = 0; daysCount = 365; numCars = 99; houseSize = 2300; numApples = numFruit; houseRats = 200; numRodents = houseRats; ballCount = 3; ballCount = numItems; dogCount = 5; animalsTotal = dogCount - 3; printf("The total number of dogs is %d\n",animalsTotal); }
run
|
edit
|
history
|
help
0
time conversion1
hw 2
Lab 11 v1.0
pattern
C_141105_PuntosTriangulo
Type struct
B_141125_Burbuja
10
object-oriented C by Henry Kroll III www.thenerdshow.com
Stub Program for Problem 5 HW 2