Week2 : Flowchart and Pseudocode:
Q1. create a flowchart to read two values a, b . And find c =a+b and print c.
Start
Read a,b
C=a+b
Print C
End
Q2. Create a flowchart to compare two values and find the maximum value .
Start
Read a,b
No Fa>a Yes
Print Print
Max is max is a
B
END
Q1. create a flowchart to read two values a, b . And find c =a+b and print c.
Start
Read a,b
C=a+b
Print C
End
Q2. Create a flowchart to compare two values and find the maximum value .
Start
Read a,b
No Fa>a Yes
Print Print
Max is max is a
B
END