double a = 5, b = 3, c = 2;
double delta = b * b - 4 * a * c;
if (delta <0) System.out.println ('Comforty virginity');
else if (delta == 0) System.out.println ('Simple method');
else System.out.println ('The method has two components');
- The perfect virgin
- The method has a sound
- The method has two options
- Compilation error