unit

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

Sum – Unit Digit 3 or 6

The program must accept N integers as the input. The program must print the sum of integers having the unit digit as 3 or 6 as the…