Community Profile

photo

Todd Wyzkiewicz


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


converting a coin flip bet int oa bet on a house race game
You recently won $50 in a raffle. Instead of putting it in the bank like you know you should, you decide to go down to the racet...

4 years ago | 1 answer | 0

1

answer

Question


Near sighted pirate while loop?
An incredibly near-sighted pirate has just finished burying his gold on an island and now must get back to his boat at the far e...

4 years ago | 1 answer | 0

1

answer

Question


using loops to play blackjack
Use Matlab to calculate the odds of landing blackjack on the first hand dealt. REF: In blackjack you are dealt two cards from a ...

4 years ago | 2 answers | 0

2

answers

Question


while loop statement errors
disp('I can tell how long you''ll have to pay for your house.') disp([' ']) pv=input('What was your present mortgage value? ...

4 years ago | 0 answers | 0

0

answers

Question


these code is how to find (the new mortgage values of a house), but I'm having troubles changing it to find (how long it will take to pay off a house).
disp('I can tell you how much you''ll have to pay for your house.') disp([' ']) pv=input('What was your original mortgage valu...

4 years ago | 1 answer | 0

1

answer

Answered
while loop ends before the question is answered?
could the issue be with the count=0; numguess=0; chance=0;

4 years ago | 0

Question


while loop ends before the question is answered?
r=randi(51)+49; %the random integer generator will give a number inbetween 50 nad 100 for the user to guess. disp('I''m thi...

4 years ago | 3 answers | 0

3

answers

Question


how to use num2str
disp(['The absolute value of your array is:' num2str(y))]);

4 years ago | 1 answer | 0

1

answer

Question


trouble understanding for loops
Create a script file that calculates the present balance on a mortgage loan. This program must allow the user to input the follo...

4 years ago | 2 answers | 0

2

answers