Pascal's triangle/Puzzle: Difference between revisions

→‎{{header|Java}}: fixed an HTML PRE closing tag that "ate" the 1st Julia solution.
m (→‎{{header|REXX}}: aligned some statements, added wording to the REXX section header.)
(→‎{{header|Java}}: fixed an HTML PRE closing tag that "ate" the 1st Julia solution.)
Line 1,525:
Y = 13.00
Z = 8.00
</pre>
 
=={{header|Julia}}==
Line 1,548:
{{out}}
<pre>Solution: x = 5, y = 13, z = 8.</pre>
 
 
=={{header|Julia}}==