FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What command colors a shape?
A
color(43, 255, 0);
B
bucket(43, 255, 0);
C
fill(43, 255, 0);
D
None of the above
Explanation: 

Detailed explanation-1: -The RGB color 255, 255, 0 is a light color, and the websafe version is hex FFFF00, and the color name is yellow. The color can be described as light saturated yellow.

There is 1 question to complete.