Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please fix the error (below) in the java for this .c program Source code: #include int main() { int a, j = 3, tally, b;

Please fix the error (below) in the java for this .c program

Source code:

#include int main() { int a, j = 3, tally, b; printf("Enter the number of prime numbers: "); scanf("%d",&a); /* will take user input */ if ( a >= 1 ) { printf("First %d prime numbers are :",a); printf("2 "); } for ( tally = 2 ; tally

Error:

image text in transcribed

. /prime. c: . /prime . c : line line (' 3: 3 : syntax error near unexpected token int main ( )

Step by Step Solution

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

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

Sams Teach Yourself Beginning Databases In 24 Hours

Authors: Ryan Stephens, Ron Plew

1st Edition

067232492X, 978-0672324925

More Books

Students also viewed these Databases questions