Check if a large number is divisible by 75 or not
Given a very large number in the form of a string, the task is to check if the number is divisible by 75 or not. Examples: Input: N = 175 Output: No Input: N = 100000000000000000754586672150 Output: Yes Approach 1: A number is divisible by 75 only if it is divisible by 3(if the sum of the digit is d