Answer:
You could generate random numbers between the pixel amount of the height and width than place the dots at those random points
Explanation:
Do you need the code or can you make it using my "headstart"
Answer:
The recommended type of trunk for interoperability is an IEEE 802.1Q trunk.
Explanation:
IEEE 802.1Q is an open industry standard and is the most commonly implemented on layer 2 switches of different vendors, assuring interoperability.
Commonly know as <em>dot1q</em>, is the networking standard that supports virtual LANs (VLANs) on an IEEE 802.3 Ethernet network. It specifies the mechanisms for tagging frames with VLAN data and the procedures for handling this data by switches and bridges.
Answer:
Assuming this is 0 based array indexing, it would look like this...
[ 5, 6, 10, 7, 3, 2.5 ]
[ 0, 1, 2, 3, 4, 5, 6 ]
The index of 7 would be 3.