photo

Rahul Krishna


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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 ago | 0