Guest_imported
New member
- Jan 1, 1970
- 0
- 0
- 0
Hello
Thank howm ever that will give me of his time!!
I am a new student of C++
I need to do a program that will take a string and will
do the flowing
the string will be only from the : T ,F ,= ,* ,&&, ||;
and T=1 F=0 (true ,false)
The string will look like this Example:
T*F+F+T*F=T*T*T+F=T*F=
And in the output you need to brake the string in the
'=' sign and calculate the result so it will look like
T*F+F+T*F=F
T*T*T+F=T
T*F=T
The End !
Am i right ?! that is complex
please advise how to start and what to do?
Thank howm ever that will give me of his time!!
I am a new student of C++
I need to do a program that will take a string and will
do the flowing
the string will be only from the : T ,F ,= ,* ,&&, ||;
and T=1 F=0 (true ,false)
The string will look like this Example:
T*F+F+T*F=T*T*T+F=T*F=
And in the output you need to brake the string in the
'=' sign and calculate the result so it will look like
T*F+F+T*F=F
T*T*T+F=T
T*F=T
The End !
Am i right ?! that is complex
please advise how to start and what to do?