Posts by Vinícius Lucena • 36 points
4 posts
-
0
votes1
answer188
viewsQ: position: Sticky does not work in my header
Guys, I have a header that position: Sticky is not working and I don’t understand why. HTML <header class="header_bg"> <div class="container"> <div class="header"> <div…
-
0
votes2
answers48
viewsA: galley that part " if ((S%10=0) && (S<Vt))" is not going
You have to put another equal sign on that if, getting so if ((S%10==0) && (S<Vt))
canswered Vinícius Lucena 36 -
0
votes1
answer869
viewsQ: How to get back to the start menu of my program
Guys, here’s the thing... I am doing a project for the POO chair and wanted every time I chose some option and completed the form that is within the classes, I returned to the main menu, until I…
-
0
votes1
answer143
viewsQ: Wrong answer and I don’t know why in Python
I have a doubt in the following question: Ages and heights of K students have been noted. Make a Program that determine how many students over 13 are below the height of average height of all…
pythonasked Vinícius Lucena 36