Question
4. : Identify and correct the errors in each of the following statements. (Note: There may be more than one error.) (20 points) a)
4. : Identify and correct the errors in each of the following statements. (Note: There may be more than one error.) (20 points) a) int sum( int x, int y ) { int result; } b) while result = x + y; ( (Z >= 0 ) sum += 2; c) switch (n) { case 1: } printf("The number is 1 "); case 2: printf("The number is 2 "); break; default: printf("The number is not 1 or 2 " ); break; } d) void product(void) { int a, b, c, result; printf("Enter three integers: ") scanf("%d %d %d", &a, &b, &c ); result = a*b*c; printf("Result is %d", result); return result;
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get StartedRecommended Textbook for
Business and Administrative Communication
Authors: Kitty o. locker, Donna s. kienzler
10th edition
77830105, 978-0077830106, 978-0073403182
Students also viewed these Programming questions
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
View Answer in SolutionInn App