Pls Can someone help me and solve this? using java, python or #C
Let's play dice! The traditional die is a cube. Each of its six faces shows a different number of dots from 1 to 6. Dice are used to produce results from 1 through 6. When a die is thrown (or rolled) and the die comes to rest, the face of the die that is uppermost provides the value of the throw. If an unbiased die is thrown, each value from 1 to 6 is equally likely. Your programming task is related to the analysis of sequences produced by rolling a die. Create a program named Dice to solve the following two exercises. The input of the program is a so-called trial, i.e. a sequence of the rolled results. First, your program has to ask the user for an integer N, indicating the number of throwsÂ ïżŒ, the length of the triel. Then, N number of throws has to be asked, each throw result is a digit from 1 to 6. Your program is expected to print out the solution for 2 exercises. You are allowed to ask the input and print out the output in any form of your choice. For example, you can read N number of throwns one by o