Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
B_141128_MatrizUnSoloIndice
1.6 Set No. of Threads
150115_MatrizTodosDistintos
++i vs i++
Project 4 v.1
formatting_input_and_output
avance pregunta 2 guía 4 de módulo 3
B_141205_funciones
printf
150116_MatrizOrdenada
Please log in to post a comment.