square

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

Four Strings Square

Four Strings Square: Four strings all having the same length L are passed as the input to the program. The four strings must be printed in a…