Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

patulong po sa project ko C language ang gagamitin

viemaelyn

Recruit
Basic Member
Messages
10
Reaction score
0
Points
16
Gumawa ng program ng thruth table sa implication at bidirectional po..yung output po ay dapat yung user pumili nang isa sa implication at bidirectional pag katapos po niyang ma enter lumabas agad ang 8 entries na "Enter a value for p-___" at "Enter a value for q-___" dapat nyang lagyan ng true or false at after po niyang ma fill upan ay auomatic lumabas ang table na my tamang sagot po . C language ang gagamitin po.....

DAPAT ito ang output po:

1.implication
2. bidirectional
answer: 1
Enter a value for p= T
Enter a value for q= T
Enter a value for p= T
Enter a value for q= F
Enter a value for p= F
Enter a value for q= T
Enter a value for p= F
Enter a value for q= F

|p|q|p->q|
|T|T| T |
|T|F| F |
|F|T| T |
|F|F| T |
 
Gumawa ng program ng thruth table sa implication at bidirectional po..yung output po ay dapat yung user pumili nang isa sa implication at bidirectional pag katapos po niyang ma enter lumabas agad ang 8 entries na "Enter a value for p-___" at "Enter a value for q-___" dapat nyang lagyan ng true or false at after po niyang ma fill upan ay auomatic lumabas ang table na my tamang sagot po . C language ang gagamitin po.....

DAPAT ito ang output po:

1.implication
2. bidirectional
answer: 1
Enter a value for p= T
Enter a value for q= T
Enter a value for p= T
Enter a value for q= F
Enter a value for p= F
Enter a value for q= T
Enter a value for p= F
Enter a value for q= F

|p|q|p->q|
|T|T| T |
|T|F| F |
|F|T| T |
|F|F| T |

di ka po ba marunong magprogram?
 
Medyo po pero nakaka intindi naman po ako sa mga code....
 
Gumawa ng program ng thruth table sa implication at bidirectional po..yung output po ay dapat yung user pumili nang isa sa implication at bidirectional pag katapos po niyang ma enter lumabas agad ang 8 entries na "Enter a value for p-___" at "Enter a value for q-___" dapat nyang lagyan ng true or false at after po niyang ma fill upan ay auomatic lumabas ang table na my tamang sagot po . C language ang gagamitin po.....

DAPAT ito ang output po:

1.implication
2. bidirectional
answer: 1
Enter a value for p= T
Enter a value for q= T
Enter a value for p= T
Enter a value for q= F
Enter a value for p= F
Enter a value for q= T
Enter a value for p= F
Enter a value for q= F

|p|q|p->q|
|T|T| T |
|T|F| F |
|F|T| T |
|F|F| T |

Kayang kaya mo yan.
True or false lang naman yan eh.
Boolean
Parang 1,0 lang ang kwento nyan.
 
Back
Top Bottom