Posts by Dimas Hutsulyak • 1 point
4 posts
-
0
votes1
answer26
viewsA: Char in c problem
Basically solved my problem by adding another scanf if((con1 != 0) && (con2 != 0) && (con3 != 0) && (con4 != 0) && (con5 != 0)) {…
-
-1
votes1
answer26
viewsQ: Char in c problem
Good evening guys I’m here with a problem that automatically my value is read on IS() anyone know why this is happening? can’t find the error. if((con1 != 0) && (con2 != 0) && (con3…
-
0
votes1
answer37
viewsA: C arrays problem
Then the right code goes like this : *Codigo Errado : * for(b = 0; b < 10 ; b++){ //Armazenar o vetor1 no vetor2 e ver se são impares ou pares os numeros vetor2[b] = vetor1[b]; if(vetor2[b] % 2…
-
-2
votes1
answer37
viewsQ: C arrays problem
Good afternoon, basically I am trying to make a program that will ask the user to enter 10 numbers between 1 and 100 and with a menu in which the menu will have 5 options at this time I am in option…