Feeds
提问
please help with this If else statement
clear all clc Toefl=input('Toefl=') Math=input('Mathematic=') Bio=input('Biologi=') if(Toefl >= 601) && (Toefl <= 670) ...
7 years 前 | 1 个回答 | 0
1
个回答提问
how to make 3 differents inputs with if else statement
I want to ake simpel program which has 3 deifferent input. The first thing is you input 3 value of each input, then the results ...
7 years 前 | 1 个回答 | 0
