Generation

generate functionWed, 26 Jul 2023

una funcion que calcule el teorema de pitagoras

var a = 2; var b = 2; var c = Math.sqrt(Math.pow(a,2) + Math.pow(b,2));

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant