Today I decided to learn C, I'm creating a very basic program that took the average of 4 numbers that are entered into the program:
#include <stdio.h>
void main(){
int calif1, calif2, calif3, calif4, total;
printf(" introduzca el...
asked by
06.04.2018 / 03:05