The Midpoint Circle Drawing Algorithm is a computer graphics algorithm used to draw a circle efficiently on a raster display. It works by determining the next pixel to plot based on a decision ...
Task 1: Drawing Pixels You are supposed to draw 50 pixels (coordinate points). For this you need to generate 100 random values (50 x - coordinates and 50 y - coordinates). You do not need to join any ...