photo

Rahul Krishna


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
How do you have a logical operator of true and false as your type but 0 and 1 as your value?
function admit = eligible(v,q) if (q +v)/2 >=92 && (v>88 && q>88) admit = true fprintf(' the candidate is eligible \n'...

3 years 前 | 0