You are on page 1of 7

BBA-MBA Integrated

Term – II

Group Assignment 2

Submitted to:
Prof. Gunjan Sood

On:
(16-03-2022)

Submitted by:
Group 1

Roll No Name
217101 Aakarsh Sinha
217102 Aarushi Wadhwa
217103 Aastha Dave
217104 Adarsh Rai
217105 Aditi Gupta

1
Table of Contents
ACKNOWLEDGEMENT ....................................................................3
ALGORITHM: ......................................................................................4
FLOWCHART ......................................................................................5
SYMBOLS USED .................................................................................6
UNDERTAKING ..................................................................................7

2
ACKNOWLEDGEMENT

Group 1 would like to thank professor Gunjan, who gave us the opportunity to work on such

an interesting assignment. We are grateful to our friends and family who supported and

encouraged us.

3
Algorithm:

To find the sum of square root of any three numbers:

Step 1: Start

Step 2: Read the three numbers A, B, C

Step 3: Compute the square root of A=X

Compute the square root of B=Y

Compute the square root of C=Z

Step 4: Add numbers X, Y, Z

Step 5: Print the sum

Step 6: Stop

4
FLOWCHART

START

READ
A, B, C

X=sqr(A)
Y=sqr(B)
Z=sqr(C)

SUM=X+Y+Z

PRINT SUM

STOP

5
SYMBOLS USED
The shapes used to make the flowchart have specific names and functions or representation

which helps in understanding what the idea behind the flowchart is.

1.

This is called terminator and is used during the start and the end of chart.

2.

This Shape is called Data.

3.

This shape is called process.

6
UNDERTAKING

We hereby affirm that this assignment is the output of our own research and is our original

work, to the best of our knowledge. Any phrase or sentence overlap is purely accidental, and

we have no intention of misusing it.

You might also like