Posts by William Martins • 21 points
3 posts
-
-5
votes1
answer3993
viewsQ: Convert dollars to real with Python
Create a program that asks for the amount of US$ and the fee and displays the amount of R$. dolar = float(input("Informe a quantidade de dólar para conversão: US$ ")) contaçao = float(input…
pythonasked William Martins 21 -
0
votes2
answers1105
viewsA: Algorithm implementation in Visualg
variaveis inteiro num1 inteiro num2 inteiro opcão Inicio Leia num1 Leia num2 Leia opcão Escreva (Escolha opção: 1 - Média entre os dois números. 2 -…
-
0
votes2
answers1105
viewsQ: Algorithm implementation in Visualg
Make a program that receives two numbers and perform one of the operations listed below according to the user’s choice. If an invalid option is typed show error message and end script execution. The…