On Monday, 29 April 2019 21:09:01 UTC+3, Brent wrote:
>
> Ok, so I will make a 2 line computer program that I will connect to a
> camera:
>
> if (signal == 1) {
> System.out.println("I see red.");
> }
>
> Does this computer program see red ?
>
>
> No, it would fail the colorblindness test.
>
>
>
Ok, then I will make it pass the colorblindness test:
if (signal == 1) {
System.out.println("I see red.");
} else if (signal == 2) {
System.out.println("I see green.");
}
Now, does it see red ?
--
You received this message because you are subscribed to the Google Groups
"Everything List" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/everything-list.
For more options, visit https://groups.google.com/d/optout.