Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 10-26-2006, 11:19 AM   #1 (permalink)
 
Super Techie

Join Date: Jul 2006

Posts: 486

ZeroShade is on a distinguished road

Default Boolean expressions

In java...
Write an expression using Boolean variables a and b that evaluates to true when either a and b are both true or both false:

Write an expression using Boolean variables a and b that evaluates to true when only one of a and b is true, and which is false if a and b are both false or both true:

Write an equivalent expression for
a && b without using the && operator:
__________________
Live And Let Learn.
ZeroShade is offline  
Old 10-26-2006, 11:50 AM   #2 (permalink)
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,425

office politics will become famous soon enough

Default

http://en.wikipedia.org/wiki/Karnaugh_map
office politics is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On