- Messages
- 14
- Reaction score
- 0
- Points
- 0
Is the following pseudo code appropriate for Cambridge October/November 2011 O-Level Computer Studies Exam:-
Start
Input income in a variable income
If (income < 10000) then
Tax = income * 10 /100
Else
Tax = income * 15 /100
Endif
Netincome = income - Tax
Print Netincome
End
[ :%) Hehe new smileys :crazy: ]
Start
Input income in a variable income
If (income < 10000) then
Tax = income * 10 /100
Else
Tax = income * 15 /100
Endif
Netincome = income - Tax
Print Netincome
End
[ :%) Hehe new smileys :crazy: ]