Posts by Thiago2018 • 11 points
1 post
-
1
votes1
answer3574
viewsQ: Calculate percentage
Largura * Complemento = Subtotal + Porcentagem = Total subtotal.Text = (Convert.ToDouble(largura.Text) * Convert.ToDouble(complemento.Text)).ToString(); total.Text = (Convert.ToDouble(subtotal.Text)…