On 4/29/2019 11:35 PM, 'Cosmin Visan' via Everything List wrote:
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 ?
Depends on what test you give it.?? If it can pass as many tests as most
people then I'd say it recognizes red.
Brent
--
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]
<mailto:[email protected]>.
To post to this group, send email to [email protected]
<mailto:[email protected]>.
Visit this group at https://groups.google.com/group/everything-list.
For more options, visit https://groups.google.com/d/optout.
--
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.