Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 'c';
y_correct = 99;
assert(isequal(ascii(x),y_correct))
|
2 | Pass |
x = '1';
y_correct = 49;
assert(isequal(ascii(x),y_correct))
|
6063 Solvers
Program an exclusive OR operation with logical operators
639 Solvers
232 Solvers
462 Solvers
168 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!