Conversion of Binary To Decimal Number using Python ITPlayzz March 18, 2021 Algorithms 0 Comments Ones and Zeros Description: Given an array of ones and zeroes, convert the equivalent binary value to an integer. Eg: [0, 0, 0, 1] is treated as 0… Read more
Rainy Day Fund (Java Code) The amount invested in the year y1 in the first cycle should be equal to Rs 1. The amount invested every year should be exactly Rs 1 more than that in the previous year. Once the period of 7 years is over, the investment cycle will start from y1 again, which means y1, y2,y3, y4, y5,y6, y7,y1, y2, y3, y4, y5, y6. and so on, January 19, 2022