You are on page 1of 2

Assignment NO: 1

Name: Bisma Khan Roll No: 33


Bs Mathematics Semester: 4th
Subject: C++ Submitted To: Prof. Hamza Afzal

Qno:1 Draw a Flowchart which input two numbers and print multiple
of two values.

Flowchart:
Start

Input a

Input b

c=a∙b

Print c

End

1
Qno:2 Draw a Flowchart which input two numbers to find the greater
number between them.

Flowchart:

Start

Enter two numbers as a,b

Is No
Yes
a>b

Display greater number is a Display greater number is b

End

You might also like