User profile: Aminu Bishir

User info
User name:Aminu Bishir
Name:Aminu Bishir
Location:Katsina, Nigeria.
History
Joined:
Number of posts:12
Latest posts:

Computing grade sign
why not trying to use series of If statements as follows: if (point>=70) letterGrade='A'; E...

if else statement help
I willl advise to save the program and EXIT the IDE and then launch it again, and re-run the progra...

while problem. please help
The problem is caused by line 12 because it incrementing the value of any number you put by 1. And ...

how do i go about this
Step one and two of your question require a control statements like IF, IF...ELSE, etc and the third...

Trouble with if statements and strings
You can only use one letter (or two) as string variable i.e Y for YES or N for NO. For you to use l...