Question: please just c# only. Create the logic for a program that continuously prompts a user for a numeric value until the user enters 0. The
please just c# only.
Create the logic for a program that continuously prompts a user for a numeric value until the user enters 0. The application passes the value in turn to the following methods:
A method that displays all whole numbers from 1 up to and including the entered number
A method that computes the sum of all the whole numbers from 1 up to and including the entered number
A method that computes the product of all the whole numbers from 1 up to and including the entered number
Table 6-
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
