Question
(1) Using Visual Studio community c# Please create the code, debug and complete Programming : Calories Burn Running on a particular treadmill you burn 3.6
(1)
Using Visual Studio community
c#
Please create the code, debug and complete Programming :
"Calories Burn" Running on a particular treadmill you burn 3.6 calories per minute. Write a program that uses a loop to display the number of calories burned after 5, 10, 15, 20, 25, and 30 minutes
**Modify the program to allow user to enter the number of calories per minute burned and then display the results. Use a loop as instructed.
-------------------------------------------------------------------------------------------------------------------------------
(2)
Using Visual Studio community
c#
Please create the code, debug and complete Programming :
"Sum of Numbers" Write a program that asks the user for a positive integer value. The program should use a loop to get the sum of all the integers from 1 up to the number entered. For example, if the user enters 50, the loop will find the sum of 1, 2, 3, 4, ... 50.
Input Validation: Do not accept a negative starting number.
You will need at least 4 functions: menu, summation, factorial, and exponential.
Make sure that your header block shows that you have functions and how information is passed between them. Each function should have it's own header block. A header block is comprised of several lines of comments at the top of each function that explain what the function does.
Using Visual Studio community PLEASE!!! C#
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started