Description You are given six numbers, stored in variables with the following names one, two, three, four, five, six • P
Posted: Wed Mar 30, 2022 9:28 am
Description You are given six numbers, stored in variables with the following names one, two, three, four, five, six • Print the product of all the six numbers Input The first and the only line of the input contains 6 numbers stored in the variables one, two, three, four, five, six Constraints 1 <= N <= 20 Output Print a single integer, denoting the product of the six numbers given. Sample Input 1 Sample Output 1 1 2 3 4 5 6 720