Posts by Hugo Santos Piauilino • 1 point
2 posts
-
0
votes3
answers250
viewsA: How to make an html page start at a certain position?
If you want your page to open at some specific point, just reference the id of the location you want to start. http://www.paginaexemplo.com/pagina.html#id where the #id refers to the id within your…
htmlanswered Hugo Santos Piauilino 1 -
0
votes3
answers302
viewsA: Save value after JAVA comma
Using the conversion to String, you can do it as follows. Declare and initialize the variables you will use: double divisor = 10; double dividendo = 175; double resultado = 0; int casaDecimal = 0;…
javaanswered Hugo Santos Piauilino 1