Practice_PHP

Q1:

  • Input a positive integer in range(1-9) as triangle's height . Print a numerical triangle of height like the one below:

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →

Q2:

  • Input a positive integer in range(1-9) .
  • Your task is to print a palindromic triangle of size .
  • For example, a palindromic triangle of size 9 is:
    Image Not Showing Possible Reasons
    • The image was uploaded to a note which you don't have access to
    • The note which the image was originally uploaded to has been deleted
    Learn More →

Q3:

  • Develop a web page that allows users to input an arbitrary string, then sorts the characters in that string according to the following rules:

    • Numeric characters are placed first.
    • Even numeric characters are placed before odd numeric characters.
    • After that, sort in ASCII order.
      Image Not Showing Possible Reasons
      • The image was uploaded to a note which you don't have access to
      • The note which the image was originally uploaded to has been deleted
      Learn More →