x − 2y + 3z = 0
xrange[1,5], yrange[6,10], zrange[3,7] where x, y,
and z are integers.
I’ve been trying to use for loops to get the function to work but I can’t seem to make the separate values act as an equation to get the final values.
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
x − 2y + 3z = 0
xrange[1,5], yrange[6,10], zrange[3,7] where x, y,
and z are integers.
I’ve been trying to use for loops to get the function to work but I can’t seem to make the separate values act as an equation to get the final values.