Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
hello
#include <stdio.h> int main(void){ int a,b,aux; printf("ingrese un digito: %d"); scanf("%d",&a); while(a != 0){ b = a%10; aux = b + aux; a = a / 10; }printf("la suma de los numeros es: %d",aux); return 0; }
run
|
edit
|
history
|
help
0
Exploiting uninitialized variable 2
ordenarcifrademenosamas
Midterm practice 2
Assignment 5 part 2 v2
DISEÑO DE TECLADO
Example array of struct print
CO Assignment 1 Question 4
SumIt
Test 2
AC_setting_example