Posts by Paul Heinrich • 33 points
2 posts
-
3
votes1
answer69
viewsQ: Comparison of index (get) in Array List not working properly
I’ve been trying to compare a string (right answer) for an alternative question as an example in a project I’m developing, but I can’t succeed in all the different ways I try. The goal is that every…
-
0
votes2
answers127
viewsQ: Update variable values on repeat loop
I ran a simple cash-and-deposit operation code on a variable. The code works and meets withdrawal and deposit operations normally, it happens that when I want to do a new operation, the value that…