English, asked by rehpadeyukta23, 5 months ago

Assuming that initialization of
graphics is done, What will be the
output of following code? (3M)
for(t=0;t<=1;t=t+0.0001)
{
Va=150*sin((720*(3.14/180))*t);
putpixel(40+(t*500),240-Va,RED);
Vb=100*sin((720*(3.14/180))*t);
putpixel( 40+(t*500),240-Vb, YELLOW);
Vc=250*sin((720*(3.14/180))*t);
putpixel (40+(t*500),240-Vc,BLUE);
boforms​

Answers

Answered by pcsys5494gmailcom
3

Answer:

I Don't know

Explanation:

I don't know because I don't know because I don't know because I don't know because I don't know because I don't know because I don't know because I don't know because I don't know because I don't know because I don't know because I don't know because I don't know because I don't know know

Similar questions
Math, 5 months ago