C\C++ help needed URGENT!
I need help in C program
I have to write a c/C++ progam to read a particular column in a .txt file.
like
23.40 90.46 -129.8 -0.3
22.51 90.91 11.7 7.6
22.51 91.35 11.3 -0.0
22.06 90.46 29.1 7.8
22.06 90.91 -12.6 3.8
22.06 91.35 -49.2 -29.2
22.06 91.80 -28.7...
reply
I tried solving the first pb:
solution:
abc+ab'c'+ab'c
=abc+a(b'+c')+ab'c (Product of Sum rule)
=abc+ab'+ac'+ab'c
=abc+ac'+ab'(1+c)
=abc+ac'+ab' (1+c=1)
=abc+a(c'+b')
=abc+ab'c' (Sum of Product rule)
Just check if the...
reply
ya. I could not use the complement notation while posting the query. I know all the standard notations. In second problem first i used sop and pos rules but got stuck up on next step. So please if u can help me in that.
[b]1. Simplify the following equations using boolean algebra
[b]2. a) abc + ab'c'+ ab'c
b) (abc)'+(a+c)'+b'c'
[b]3. Please help me to solve the above equations