Posts by Victor Souza • 33 points
3 posts
-
1
votes3
answers737
viewsQ: Temperature converter
When I type the temperature in Fahrenheint the program returns 0 as a result, where is the error? #include <cstdlib> #include <iostream> #include <conio.h> #include…
-
0
votes2
answers938
viewsQ: Excel form - incompatible types
I know this should be a simple question to answer, but I’m starting to program in VBA now. The code below should transfer the data from one spreadsheet to another, should be something very simple,…
-
2
votes2
answers1061
viewsQ: Most odd number
I spent hours trying to solve, I started to think that the problem might be in the compiler, since it returns me a different (and wrong) number at each run What could be the mistake? #include…