Write a C program to perform the following using for or while loop. Q. No: 3 10 Marks Note: Your ID and Name must be mentioned in comments. No marks will be awarded if the problem is solved using Functions or Arrays. Problem: Read one number [n]. If the number n is negative Print 'Input Shall be Positive' Otherwise Read n numbers Find and print product of n numbers Note: Refer Sample Output Two Sample Outputs: [For reference only] How many numbers you want to read How many numbers you want to read -5 Enter a value 10 Enter a value 3 **** Input shall be Positive ** Enter a value 6 Product of all values is 180

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section5.5: A Closer Look: Loop Programming Techniques
Problem 12E: (Program) Write a program that tests the effectiveness of the rand() library function. Start by...
icon
Related questions
Question
Write a C program to perform the following using for or while loop.
Q. No: 3
10 Marks
Note:
Your ID and Name must be mentioned in comments.
No marks will be awarded if the problem is solved using
Functions or Arrays.
Problem:
Read one number [n].
If the number n is negative
Print 'Input Shall be Positive'
Otherwise
Read n numbers
Find and print product of n numbers
Note: Refer Sample Output
Two Sample Outputs: [For reference only]
How many numbers you want to read
How many numbers you want to read -5
Enter a value 10
**** Input shall be Positive **
Enter a value 3
Enter a value 6
Product of all values is 180
Windows lcg Sulule ll
Transcribed Image Text:Write a C program to perform the following using for or while loop. Q. No: 3 10 Marks Note: Your ID and Name must be mentioned in comments. No marks will be awarded if the problem is solved using Functions or Arrays. Problem: Read one number [n]. If the number n is negative Print 'Input Shall be Positive' Otherwise Read n numbers Find and print product of n numbers Note: Refer Sample Output Two Sample Outputs: [For reference only] How many numbers you want to read How many numbers you want to read -5 Enter a value 10 **** Input shall be Positive ** Enter a value 3 Enter a value 6 Product of all values is 180 Windows lcg Sulule ll
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Computational Systems
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr