photo

Adham Ayman


Last seen: oltre un anno fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

Feeds

Visto da

Domanda


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...

circa 4 anni fa | 2 risposte | 0

2

risposte