Computing grade signwhy not trying to use series of If statements as follows: if (point>=70) letterGrade='A'; E...
if else statement helpI willl advise to save the program and EXIT the IDE and then launch it again, and re-run the progra...
while problem. please helpThe problem is caused by line 12 because it incrementing the value of any number you put by 1. And ...
how do i go about thisStep one and two of your question require a control statements like IF, IF...ELSE, etc and the third...
Trouble with if statements and stringsYou can only use one letter (or two) as string variable i.e Y for YES or N for NO. For you to use l...