Posts by Fabian Silva • 1 point
1 post
-
-2
votes2
answers547
viewsA: Identifying triangles in Java
package fundamentos; import java.util.Scanner; public class IdentificandoTriangulo { public static void main(String[] args) { Scanner entrada = new Scanner(System.in); double x,y,z;…