+ 1
Как сделать программу, в которой буквы будут считывать я за выражения
Вот я пишу вместо того, что если человек введёт не '1' а 'хорошо', то оно будет воспринято за логическое значение (типа если бы стояла '1'
1 Antwort
+ 7
I translated your question using google translate... I dont know if google is telling the truth...
How to make a program in which letters will be read by me for expressions So I write instead that if a person enters not '1' but 'good', then it will be perceived as a logical value (like if it were '1'
Based on what I undertand, my answer to you is that you can use the else if statement or the switch statement and then use the bool datatype