+ 1
How can I make it true?? And why that way??
5 Answers
+ 5
https://code.sololearn.com/WKENh0cROQFn/?ref=app
+ 1
Why when we put " it works??
+ 1
1) line 15 should read "var col = rgb(r, g , b);"
0
I do not underestand I'm getting crazy
0
R G And B are arguments for the RGB() function. Thus standard syntax is
Var variableName = functionName (arg 1, arg 2, arg3) ;