Page 1 of 1

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
by answerhappygod
Description You Are Given Six Numbers Stored In Variables With The Following Names One Two Three Four Five Six P 1
Description You Are Given Six Numbers Stored In Variables With The Following Names One Two Three Four Five Six P 1 (32.41 KiB) Viewed 60 times
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