Posts by Daniel Vargas • 33 points
2 posts
-
1
votes2
answers97
viewsQ: How to put keywords on my site pages
I’m a beginner and I don’t know what it’s called... I would like some explanations/word definitions/terms on some words on my website. Type the user hovers over the word and opens a tooltip type…
-
2
votes2
answers849
viewsQ: How to pass a float without loss of value to an integer?
I have a float variable that can contain any number in it, I need to test if it fits an integer without losing values. I thought to use some test to see if the numbers after the comma are 0’s or…