C++ how do I have code select button? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

C++ how do I have code select button?

I am trying to create a program that can search for a answer on the computer like answering a "yes" or "no" question. For example it has "no" selected first and we want to select "yes" in the window pane that pops up on the screen. I have an idea of using "If else" statements along with a "while" loop but I do not know how to have the code search for "yes" or "no" characters with the selected area. I haven't programmed for a few years and still know the basics, so any or all ideas would be great. Thanks you for your time. 😁

9th Aug 2018, 4:42 PM
Brent D. Monson
Brent D. Monson - avatar
3 Answers
10th Aug 2018, 5:11 PM
Ketan Lalcheta
Ketan Lalcheta - avatar
0
Looks like a good start for me, I'll research it a bit more and I'm sure I can get it going. Thanks Ketan
10th Aug 2018, 7:44 PM
Brent D. Monson
Brent D. Monson - avatar
0
happy to help Brent D. Monson
11th Aug 2018, 1:32 AM
Ketan Lalcheta
Ketan Lalcheta - avatar