Community Profile

photo

Matthew Quinones


Active since 2014

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Using switch case and loop in one problem.
This is an interest problem. I have to create a program where the user needs to input an initial deposit amount, the interest ra...

10 years ago | 1 answer | 0

1

answer

Question


How to use switch case and a loop together?
Write a program that calculates the amount of money accumulated in a savings account in one year. The program should input the...

10 years ago | 0 answers | 0

0

answers

Question


How to use a loop to find a maximum value
The equation 1+x+((x^2)/2)+((x^3)/6) is often used to approximate e^x. Find to two decimal places the largest value of x befo...

10 years ago | 2 answers | 0

2

answers

Question


Displaying output as a vector?
I am using a for loop to find the squares of the numbers 1-5. However, my answer needs to be in a 5 element vector. When I run i...

10 years ago | 1 answer | 0

1

answer