Posts by Renan Noronha • 1 point
1 post
- 
		-2 votes2 answers844 viewsA: How to transform a mathematical expression into a C languageThe whole program goes like this: #include <stdio.h> int main(){ double mp, ml; printf("Digite o Mp: "); scanf("%d",&mp); printf("\nDigite o Ml: "); scanf("%d",&ml); while(mp<5 ||…