-5
How do I use Dev-c++ with this code.
How to translate it to C?
I started recently with programming, I’m a little tied up to understand some things.
Programa CalculoMedia
Var
N1, N2, MEDIA: Real
Início
Leia N1
Leia N2
MEDIA ← (N1+N2)/2
Se MEDIA >=6 Então
Escreva “Aluno aprovado com média: ”, MEDIA
Senão
Escreva “Aluno reprovado com média: ”, MEDIA
Fim Se
Fim.
But this problem only needs the basic C. language commands 15 minutes of study and you will be able to solve your homework.
– user4552
Matheus, I returned the question to its most understandable original state, so that the answer accepted does not get out of context. If you have new doubts, even if they are about the same program, create a new question explaining your problem.
– Gabe