Link to home
Create AccountLog in
Avatar of AJITPADHY
AJITPADHYFlag for India

asked on

how to write a programe that allows brak and continue statement in C Language

Write a program that allows the user to enter a set of integers and print their sum and products using break and continue statements.
Avatar of ozo
ozo
Flag of United States of America image

Do you have a question?
Avatar of AJITPADHY

ASKER

Yes. Above is the question and provide me the source code.
ASKER CERTIFIED SOLUTION
Avatar of ozo
ozo
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
how to use break and continues statement in sum and product using C language. Usually the break and continue statement are used in prime number implementation. So please provide me some source code when i can implement continue and break calculating sum and product.
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
thanks