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

Rectangle or Square

Vignesh is very much interested in Geometry and he was reading about Rectangles and Squares. He wanted a program which will print Rectangle or…