Posts by Gustavo Lopes • 37 points
3 posts
-
1
votes1
answer206
viewsQ: Which property would be recommended for page content not to be "leaking"?
Image 1 Image 2 Which property would be recommended for the content of the page not to be "leaked"? Which I used in the code above was not successful. I am trying to keep this pattern of 3 squares…
-
2
votes4
answers3053
viewsQ: Whenever the button is clicked a new square should appear on the screen
<button class='botao' id='btnCriar' onClick="gerarQuadrado()">Gerar novo</button> <div id="app"> <div class="box"></div> </div> <script> var btnCriar =…
-
0
votes2
answers60
viewsQ: How do I continue the repetition until no S/N conditions are entered?
I need that if none of the conditions’S',’s','N','n' is entered by the user the program keeps asking "Do you want to continue running? (S/N):" public static void main(String[] args) { Scanner sc =…
javaasked Gustavo Lopes 37