- 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 59 times
Description You are given six numbers, stored in variables with the following names one, two, three, four, five, six • P
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Description You are given six numbers, stored in variables with the following names one, two, three, four, five, six • P
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