Posts by Leonardo Basilio • 45 points
2 posts
-
3
votes2
answers2007
viewsQ: Concatenate Strings in C
Good afternoon, you guys! I have a problem in Strings using the C Language. The problem asks the user to enter a name, then to enter a special character, and finally how many times he wants the…
-
0
votes1
answer935
viewsQ: How to inform the largest consecutive sequence?
Guys I’m hooked on this algorithm where I create an integer vector with n positions and need to show the longest consecutive sequence. I will leave the statement to try to be more specific.…