Posts by Lucas Navarro • 15 points
4 posts
-
0
votes2
answers45
viewsQ: Content of the array is not being printed, but reference to the object
Hello, I’m making an algorithm that prints only the repeating elements, e.g.: {2,2,3,4,5,5} -> {2,5} I don’t know if my algorithm is correct, but I can see the array itself, it appears something…
-
0
votes2
answers33
viewsQ: Why can’t I call cta1 instantiated object in btnCriarConta_Click?
Why can’t I call object cta1 instantiated in btnCriarConta_Click? namespace proj3 { public partial class conta : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { }…
c#asked Lucas Navarro 15 -
1
votes1
answer32
viewsQ: I cannot update the value of a String by clicking on a certain button
I’m doing a calculator project and I’m not able to update the screen when someone keystrokes the number 7, for example. Here’s the code: HTML: <html lang="en"> <head> <meta…
-
0
votes2
answers1124
viewsQ: I’m not able to leave the images in the same size using bootstrap
I am using the "img-Responsive" class, but even so, the first image has a different size than the rest. Can anyone tell me why? <div class="col-md-3"> <h2>Sub heading</h2> <img…