Posts by Pedro Pinheiro • 21 points
1 post
- 
		2 votes2 answers727 viewsQ: Square root and cube number in a tableI am learning PHP and I have a job where I have to do the square root and cube of the numbers from 1 to 10, displaying in a table with PHP. I’ve managed to put the square root of the numbers 1 to 10…