how to alternate colors in a circle, so that circle looks like rotating?
问题 The expected output should be like this with the colors changing their position as well: Expected output-: the colors should change their positions in a circle so that it looks like they are moving without changing the position of circle. though my code is written in codeblocks in c/c++, i will be happy to get answers in any other programming languages. my present code #include<graphics.h> #include<stdlib.h> #include<stdio.h> #include<conio.h> #include<math.h> #include<string.h> #include