I believe the answer is modem
Answer:
A pedestal. It involves moving the camera upwards or downwards in relation to a subject.
<span>Please see that Raster graphics are made up of pixels whereas Vector graphics are composed of paths, therefore the advantage of vector graphics is useful for creating images made up of line based components, such as Texts, polygons etc.
Asteroids was a vector graphics based classic game.</span>
The reason your program isn't working is because you put the n=12 now when you put the other n's in the code it causes it to only work with the number 12
You want to throw 2 dice and get (or show?) their value.
Their value is random, so you need to generate two numbers between 1 & 6.
You may need to display the numbers
The main part of the program needs to know the numbers to limit what the user may do next.
That's most of the first level of decomposition. You need to keep decomposing (breaking into smaller simpler pieces) (think of an outline) and deciding what objects, functions, data structures and logic you're going to use to code this.