double

PythonF

Double Array Values

Given N integers, the program must double the values and print them. Input Format:First line contains NSecond line contains N integers…
CF

Double the Digits in Number

Given a positive integer N, the program must print double the value for each of it’s digits. Boundary Condition(s): 1 <= N…
PythonF

Unit Digit Double

Unit Digit Double: Given an array of integers of size N, the program must print the twice the value of the unit digit of each element.…