Skip to content

akshatprogrammer/Daily-Coding-Problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages