The challenge is to add code statements in a given function named “renderMultiplicationTable” which has a single parameter “$dimension” and create a Multiplication Table without the use of any looping statements (e.g. for, while, do…while, and foreach).
Sample Code:
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsQjhQ_5sxXe_S6hCuPRtNEOLY8ZlLejGNswNR6LCukFaZ-FnjMO53zRDQdkfWDzRq6FGmbVwLoBtkg13QeVo9YzfY3s7WPcp-WDYLu6jzqxmCtGE3g21BC_VpZhTzWrve9SoiY7xaZ-w/s400/multiplicationtablephp.JPG)
Sample Output:
No comments:
Post a Comment