Find the count of natural Hexadecimal numbers of size N
Given an integer N, the task is to find the count of natural Hexadecimal numbers with N digits. Examples: Input: N = 1 Output: 15 Input: N = 2 Output: 240 Approach: It can be observed that for the values of N = 1, 2, 3, ..., a series will be formed as 15, 240, 3840, 61440, 983040, 15728640, ... whic