Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.34 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.34 KB

Daily Question practice

Day-1 (12-01-2021)

Array

  • Program 1 : WAP to sort an array in ascending order and descending order both.
  • Program 2 : WAP to reverse an array.

Day-2 (13-01-2021)

  • Program 1 : Print a pattern
    1
    1 1
    1 1 1
    1 1 1 1
    Input : 4

  • Program 2 : A) Print fibonacci series
    B) find Armstrong numbr
    C) find the number is palindrome or not


In same program

Day-3 (14-01-2021)

  • Program 1 : WAP to sort a string.
    Example:
    Input : akshat
    Output : aahkst

  • Program 2 : WAP to find a string is palindrome or not.

Day-4 (15-01-2021)

Day-5 (17-01-2021)

Day-6 (18-01-2021)

  • Program 1 : Add two binary numbers.

  • Program 2 : Find out a number is perfect number or not.