+ 4
C#Love Chat-6
Learnin ref and return methods Try to satisfy Mandy ;) Each answer will increase or decrease her satisfaction depends on time, when you give some answer. F.E:if you kiss Mandy first, she will be angry. But then she can change her mood ;) Can I change if(index==0||index==1........) on something shorter? index==0||1 does not work https://code.sololearn.com/cq9RMlfKULAB/?ref=app
4 Respostas
+ 3
of course I forgot to ask a question.
I what to make this code a bit shorter. Can I change if(index==0||index==1.....) on something shorter? index==0||1 does not work(
+ 3
I have to check if index equals 0 or 4 or 5. Coding this: if(index==0 || index==4 || index == 5){}.
It is a long string,and I would like it to be shorter. Is it possible?
@luka можно как-то короче записать условие, или постоянно перечислять индекс придется?)
+ 3
@luka спасибо =^_^=
+ 2
What's the thing here?