Posts by Pedro Resende • 21 points
2 posts
-
2
votes1
answer687
viewsQ: Calculator Bhaskara Javascript
Well, I’m starting to program and my question is this: 1) I created this HTML page to calculate a simple bhaskara formula: let valorA = parseFloat(document.getElementById('#a').value); var numA =…
-
-2
votes1
answer122
viewsQ: Learning to Program - PYTHON IDE
I’m learning how to program the Python language and I’m using Vscode I downloaded vscod. When I hit "F5" to run code, it error. What I need to do, to open a "cmd" that I can type and test the codes?…