Posts by Gabriel Pedrosa • 9 points
1 post
-
-4
votes3
answers79
viewsQ: What would the conversion of this algorithm look like from c to c#?
How can I convert this algorithm from c to c#? int main () { char nome[50]; float LIM=20, soma=0.0, media, mediaTurma; float a, b, c, d, e, f, g, h, i, j; int x, y; for (x=0; x<=LIM;x++){…