Posts by Mateus • 1 point
1 post
-
0
votes1
answer27
viewsQ: Summarizing the result of several logical tests in a single result
Good afternoon, I have some strings that come from tests. Example: String teste2 = (nB < 0.0 && m1 <= j ? "OK" : "Não passa!"); String teste3 = (nB < 0.0 && m2 <= j ?…