Posts by french kote. • 25 points
2 posts
-
1
votes4
answers9882
viewsQ: Program to discover repeated characters in strings and print backwards
I need to find out how many and which repeat characters are in a string (after you inform it). And also print this string backwards. I’m having great difficulties. Here is part of the code I’ve made…
-
1
votes1
answer1566
viewsQ: Swap rows from an array
Below is my code. I need to exchange line 1 with line 3 and line 2 with line 4. The problem is that the third line is not changing and I don’t find the problem. int matriz[TAM][TAM], n = 0, x = 0, y…