Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

4. #include #include int main (void) { } Draw the flow chart for the following piece of code. int A1, B1, A2, B2, A3,

4. #include #include int main(void) { } Draw the flow chart for the following piece of code. int A1, B1, A2,

4. #include #include int main (void) { } Draw the flow chart for the following piece of code. int A1, B1, A2, B2, A3, B3, countp = 0, countn = 0;; float L1, L2, L3; char r; do { scanf("%d %d %d %d %d %d", &A1, &B1, &A2, &B2, &A3, &B3); L1 = sqrt (pow (A1 A2,2)+(B1 B2, 2)); B3,2)); L2 = sqrt (pow (A2 L3 = sqrt (pow (A3 A3,2)+(B2 A1,2) + (B3 B1,2)); if ((L1 L2 >= L3) && (L2 + L3 >= L1) && (L3 + L1 L2)) countp= countp + 1; countn + 1; else countn scanf("%c", &r); } while (r = 'Y' || = 'y'); printf("%d %d", countp, countn); return 0;

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Start dectare As B1 A2 B2 A3 B3 assign countpED courtin D declare ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Linear Algebra with Applications

Authors: Steven J. Leon

7th edition

131857851, 978-0131857858

More Books

Students also viewed these Computer Network questions