1
Good evening, I am having trouble with the output of my program which printed on the screen the roots of the second degree equation. When I go to the condition of:
if (delta<0) //Condicao caso o delta seja menor que zero
{
printf("Sem raiz"); //Impressao de um resultado invalido
}
The output of the program is as:
Sem raiz0.0000
0.0000
Only with this it is not possible to help you, put relevant parts of the program: http://answall.com/help/mcve
– Maniero
Only with this part of the code gets complicated. Probably the part that prints the result should be after if (and outside of Else)
– Bacco