Python ZOHO1 Min Read LetuscrackonJune 12, 2024 Zero Insert After K Times One [ZOHO] Given a bit stream of length N consisting of 0s and 1s, insert 0 after 1 has appeared K times consecutively. Input Format:The first line…
Python1 Min Read LetuscrackonJune 11, 2024 Zero Arrow Pattern Printing The program must accept an integer N as the input. The program must print the pattern of (2*N)-1 lines based on the…
Python1 Min Read LetuscrackonJune 7, 2024 Sum – Remove Last Occurring Zero The program must accept N integers as the input. For each integer X among the N integers, the program must remove the last…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Not Equal to Zero The program must accept a number and print yes if it is NOT equal to zero. Else it must print no. Example Input/Output 1:Input:0 Output:no…