Ict pf2
Ict pf2
ENTER NUMBERS
n1 and n2
READ NUMBERS
n1 and n2
Sum = n1 + n2
Display Sum
END
ALGORITHM PSEUDOCODE
Step 1:Start
Step 2: Input the numbers n1 and 2 Start
Step 3: Read the given numbers n1 and n2 Input n1 and n2
Step 4: Find the sum of the number 1 and number 2 Read n1 and n2
Step 5: Display the sum Sum = n1 + n2
Step 6: End Output Sum
End
START
ENTER NUMBERS
n1 and n2
READ NUMBERS
n1 and n2
Quotient = n1/n2
Display Quotient
END
ALGORITHM PSEUDOCODE
Step 1:Start
Step 2: Input the numbers n1 and 2 Start
Step 4: Find the Quotient of the number 1 and number 2 Read n1 and n2
ENTER NUMBERS
n1 and n2
READ NUMBERS
n1 and n2
Product = n1 x n2
Display Product
END
ALGORITHM Start
Step 1:Start
Step 2: Input the numbers n1 and 2 Input n1 and n2
Step 3: Read the given numbers n1 and n2
Step 4: Find the product of the number 1 and number 2 Read n1 and n2
Step 5: Display the product
Step 6: End Product = n1 x n2
Output Product
End
START
ENTER NUMBERS
n1 and n2
READ NUMBERS
n1 and n2
Difference = n1 - n2
Display Difference
END
ALGORITHM Start
Step 1:Start
Step 2: Input the numbers n1 and 2 Input n1 and n2
Step 3: Read the given numbers n1 and n2
Step 4: Find the difference of the number 1 and number 2 Read n1 and n2
Step 5: Display the difference
Step 6: End Difference = n1 - n2
Output Difference
End
Performance task in ICT