Jump to content

anyone could help me on this logic test?


dannykln

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.