Posts by César O. Araújo • 11 points
3 posts
-
1
votes2
answers1480
viewsQ: Comparison of elements from a JAVA list
I would like you to shed some light on that exercise. I need to print on the console the name and price of the two most expensive products read from a file .csv but it is only printing the last name…
-
0
votes1
answer1430
viewsQ: Navbar Toggle button does not appear
I am making a responsive menu bar with Bootstrap 4, but when I reduce the size, the Toggle button to open the collapsed menu does not appear. Follow HTML and CSS code: HTML: <a…
-
0
votes1
answer55
viewsQ: Search validation
I started studying yesterday JavaScript and I’m having a hard time with the search validation. I am following the steps of a book that I am using for the proposed project. Needed to send the search…