Avinash verma

Results 5 issues of Avinash verma

Palindrome Number :- ( A number that remains the same when its digits are reversed, that is it has reflectional symmetry across a vertical axis.) Ex : - original number...

Fibonacci Sequence ( The Series starts from 0,1 and every next number is the sum of previous two number for example 0,1,1. and the series goes on.... 0,1,1,2,3,5,8,13,21,34,......) The code...

Random Password Generator :- ( A random password will be generated of user defined length and can be used as initial password for any newly created account. Input format :-...

Random OTP Generator :- ( A random number of user defined length .) Input format :- user will give a random length of number. For example input :- Enter length...

Algorithms/C++/Maths/Zeller.cpp There's a pre-exiting code for this in above mentioned location but that code is valid only for single input ( User can't give desired Input for Date to Day...