Posts by bearer seek seek lest • 3 points
2 posts
-
0
votes1
answer48
viewsQ: Does anyone know how to convert int variable to bool?
The L variables would be sides of a triangle, I put them as int and I’m trying to convert to bool, I saw some people saying that this is not possible, so what kind of variable will I use and what…
-
-1
votes1
answer36
viewsQ: Does anyone know how to solve the System.Formatexception problem ("incorrect character input)
Does anyone know what could be causing the Exception error in this code? (yes, I’m a beginner) using System; class Aula06 { static void Main() { double valorCompra = 5.50; double valorVenda; double…