dannykln Posted February 16, 2011 Share Posted February 16, 2011 write the algorithm to draw a sphere, the function should have parameters 1. diameter (how many line) 2. character (use which character to draw) eg, draw_sphere(10, '8') will produce: 88888 8888888888888 8888888888888888888 888888888888888888888 88888888888888888888888 88888888888888888888888 888888888888888888888 8888888888888888888 8888888888888 88888 the above is a sphere of 10 lines, which is drawn using the character "8" i cant figure out how to do it, thanks in advanved! Link to comment https://forums.phpfreaks.com/topic/227833-anyone-could-help-me-on-this-logic-test/ Share on other sites More sharing options...
requinix Posted February 16, 2011 Share Posted February 16, 2011 What have you tried to do so far? Have you figured out the math involved? Link to comment https://forums.phpfreaks.com/topic/227833-anyone-could-help-me-on-this-logic-test/#findComment-1174866 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.