C2 Min Read LetuscrackonJune 11, 2024 Max Equal Sum of Cube Numbers in N Stacks There are several cubes placed in N stacks. Each cube has a number K (where K is from 1 to 99) printed on all the sides. Each of these N…
Python2 Min Read LetuscrackonJune 6, 2024 Unfolded Cube Pattern Unfolded Cube PatternThe program must accept 6 characters and an integer N as the input. The 6 characters…
C Java Kickstart Python1 Min Read LetuscrackonJune 5, 2024 Print Cube The program must accept a number and print it’s cube. Example Input/Output 1:Input:5 Output:125 Example Input/Output 2:Input:3 Output:27…
Python1 Min Read LetuscrackonJune 5, 2024 Square Even and Cube Odd Square Even and Cube Odd: Given an array of integers of size N as input, the program must print the square of even elements and the cube of…