Alphabet Rangoli

  • + 1 comment

    the largest string ( the middle line ), will have (2* size + 1) letters. and each letter will have a hyphen ( - ) except the last one

    width = (2* size + 1) * 2-1
    width = 4* size -3