hey i need help in developing flowchart for the following pseudcode.
which is as follows.

INPUT LENGTH OF THE BEAM,L
INPUT NO OF LOADS N
40 I=0
I=I+1
INPUT LOAD CASE
IF C1=1 THEN
{
INPUT POINT LOAD ,
INPUT A
}
ELSE IF C=2 THEN
{INPUT W,A,B
P=W*B
A=A+B/2
}
ELSE IF C=3 THEN
{
INPUT W1,W2,A,B
IF W1=0 THEN
{P=1/2(W2-W1)B
A=A+2B/3
}
IF W2=0
{
P=1/2(W1-W2)*B
A=A+B/3
}
ELSE IF W1<W2 THEN
{
P1=W1*B
P2=1/2*(W2-W1)*B
P=P1+P2
A1=B/2
A2=2/3*B
A=A+(A1P1+A2P2)/P
}
IF W1>W2 THEN
{
P1=W2*B
P2=1/2(W1-W2)B
P=P1+P2
A1=B/2
A2=1/3*B
A=A+(P1A1+P2A2)/P
}
R2=R2+(P*A)/L
R1=R1+(P-P*A/L)
IF I<N THEN } 
GOTO 40
}
PRINT R1,R2

PLZ HELP ASAP

Recommended Answers

All 3 Replies

Do you know how to make flow charts? Have you made any progress on the exercise?

Do you know how to make flow charts? Have you made any progress on the exercise?

i ve been succful in complting it thnx any way

i ve been succful in complting it thnx any way

As successful as in your English classes?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.