Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

8. A programmer was writing a program, but due to some syntax error he was not able to complete it. Help him to find

8. A programmer was writing a program, but due to some syntax error he was not able to complete it. Help him

8. A programmer was writing a program, but due to some syntax error he was not able to complete it. Help him to find the error and correct it, encircle any FOUR errors and write the corrected code in the given space. Correct Code Wrong Code #include void main() 1 int a,b,c; scanf("%d%d%d%d", &a,&b,&c); if(a>b AND a>c) printf("a is big"); else if(b>c); printf("b is big"); otherwise printf("c is big");

Step by Step Solution

3.38 Rating (148 Votes )

There are 3 Steps involved in it

Step: 1

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_2

Step: 3

blur-text-image_3

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

Smith and Roberson Business Law

Authors: Richard A. Mann, Barry S. Roberts

15th Edition

1285141903, 1285141903, 9781285141909, 978-0538473637

More Books

Students also viewed these Programming questions