Rohit wants to add the last digits of two given numbers. For example, If the given numbers are 267 and 154, the output should be 11. Below is the explanation - Last digit of the 267 is 7 Last digit of ...
Given an array/list(ARR) of length N, you need to find and return the sum of all the elements in the array/list. Input Format : The first line contains an Integer 't' which denotes the number of test ...