Posts by Eduardo Dutra • 183 points
3 posts
-
9
votes2
answers674
viewsQ: Do I need to use Visual Studio to program in C#?
I want to learn C# to become one of my main languages, but my current PC is kind of outdated and ends up not running Visual Studio well, but with Visual Studio Code it’s okay, I need Visual Studio…
-
8
votes1
answer162
viewsQ: What is the need to use the suffix "f" in a numerical constant in C?
It is necessary to add f at a value float within the parameters of a if? Example: if (a == 2.5f && a > 2.0f) {}…
-
0
votes0
answers44
viewsQ: Error comparing a code in C
I am starting in C learning and am having trouble with the following code: ` float piValue; float userAnswerPI; char userAnswerYN; piValue = 3.1416; printf("What's the value of PI?"); scanf("%f",…
casked Eduardo Dutra 183