Counditional statement in C: the second if

前端 未结 0 1539
花落未央
花落未央 2021-01-11 16:19

I have a problem with if´:

if (a==1)
{
  ...
}
else
{
...
}

my problem is: How to add the following: if a==1 one more time, the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题