AJITPADHY
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.
Do you have a question?
ASKER
Yes. Above is the question and provide me the source code.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
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
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
thanks