Who has ideas on how to create a boolean function calculator for a particular function to display its min and max terms? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Who has ideas on how to create a boolean function calculator for a particular function to display its min and max terms?

Minterms and Maxterms

13th Apr 2019, 8:58 AM
Emmanuel
Emmanuel - avatar
5 Answers
+ 1
What is the function supposed to do?
13th Apr 2019, 9:04 AM
Dlite
Dlite - avatar
+ 1
The program should ask the user for an input(boolean function) and the program should display the minterms and maxterms of that function as output. Any ideas?
13th Apr 2019, 9:07 AM
Emmanuel
Emmanuel - avatar
+ 1
Which language ? please put the language you use in the tags What do you mean with minterms ?
13th Apr 2019, 10:41 AM
sneeze
sneeze - avatar
0
The language is C# and minterms are two(2) or more binary variables combined with an AND operation and for maxterms an OR operation like for example: a 3 variable boolean function which has a minterm x'y'z with corresponding maxterm of x+y+z'.
13th Apr 2019, 4:04 PM
Emmanuel
Emmanuel - avatar
- 1
Sorry I have no clue on binairy calculations. From c# 7 you can specify binairy numbers, but I am not sure that that is gone help you. int nineteen = 0b10011; The prefix 0b stands for binairy.
13th Apr 2019, 8:42 PM
sneeze
sneeze - avatar