You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Crea una aplicación de consola que calcule el área de un círculo a partir del radio ingresado por el usuario. Utiliza el módulo 'prompt-sync' para pedir el radio al usuario y 'math' para realizar el cálculo.