Posts by Sam • 1 point
1 post
-
-4
votes0
answers21
viewsQ: My while, is showing error, calculate and show on the screen the sum of the n odd power of degree 2 of 10 integer numbers any
#include <stdio.h> #include <stdlib.h> int main() { int numero,cont, som1, somtotal; int i; som1 = 1; somtotal = 1; char cod; while(cod!='F'){ for(cont = 1; cont < numero;cont = cont…