Posts by Gerson Bueno • 53 points
2 posts
-
3
votes2
answers295
viewsQ: Proper use of while to validate data entry
I’m trying to apply a repetition using the while also using the IF condition, which returns a message to the user if they enter an invalid value. Note that I write nothing inside the while, but the…
-
2
votes1
answer260
viewsQ: Call method with defined vector elements parameter
Good night! I have created a method that calculates the elements of a vector and makes the general mean, but I am not able to call it in the main method. PS: I am a beginner. Thanks for your help!…