Posts by Ryann • 26 points
3 posts
-
0
votes1
answer53
viewsA: Visual Studio 2019 vector error
Barbetta, I know this is a little confusing for C, but let’s look at it. In the statement of the float vector of note you put how many you want, if you want 4 notes, then you make note[4], all right…
-
1
votes1
answer27
viewsA: how to read operating greater than 9
Lucas, as you are treating each position as a character you could use a loop while to analyze all positions, and in each loop cycle you compare character with character.…
-
0
votes1
answer43
viewsQ: Loop is not being completed
I’m a beginner in programming and I’m still making several mistakes, you could help me find out why the loop is not completing the loop? #include <stdio.h> int main(){ int N, X[N], controle =…