cube

PythonF

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…
PythonF

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…