Good evening, I'm having trouble with the output of my program that printed on the screen the roots of the equation of the second degree. 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 follows:
Sem raiz0.0000
0.0000