Posts by Bruno Alves • 37 points
4 posts
-
0
votes1
answer79
viewsQ: How to consume Github API on VS2019 avoiding 403 error on all requests?
Somebody please save me. I need to consume the Github API for an internship challenge, but I’m caught in a 2-day problem, the challenge makes it clear that it’s not to use authentications, just use…
-
-3
votes1
answer55
viewsQ: Help with C code
In the code below the intention was to create a vector with 10 spaces, then receive 10 values typed by the user, check if the values are equal or less than 0 and assign the value 1 in these cases,…
-
4
votes2
answers2190
viewsQ: Convert string to float on C#
What I’ve learned so far when we want to use the command Console.Readline() to read data that the user type we have to perform a conversion when this data is not of the type string, I know the…
-
0
votes0
answers634
viewsQ: Unassigned local variable C#
Hello, I am at the beginning of my programming learning and I am having problems with this error "use of unassigned local variable" in the code below presents this error related to variable…