photo

Adham Ayman


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Display or print char data
x = input(‘Enter the grades: ’) For i=1:length(x) if x(i) >= 90 x(i)= 'A'; elseif x(i) >= 80 x(i) = 'B'; e...

4 years ago | 2 answers | 0

2

answers