Community Profile

photo

Pam


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Help with for loops?
I am trying to turn my switch construct into a for loop but I know I have to use it somewhere in my for loop. I am a beginner so...

9 years ago | 2 answers | 0

2

answers

Question


How to get rid of spaces between string?
I have to work out a way to remove the spaces in my morse code output. SO far I have something like this: ... Word=input('...

9 years ago | 2 answers | 0

2

answers

Question


How many times does a loop repeat and end value?
I am trying to figure this question out: Examine the following for loops and determine the value of ires at the end of each of...

9 years ago | 1 answer | 0

1

answer

Question


Question about for construct?
I have to answer the following question: examine the following for statements and determine how many times each loop will be exe...

9 years ago | 1 answer | 0

1

answer

Question


Help with if construct error?
I created this script for the user to input either English, Literature, Astronomy or History and in the command window it will a...

9 years ago | 2 answers | 0

2

answers

Question


Going from switch case construct to loop?
I wrote a switch case script to convert characters to morse code. My script only accepts one letter or number at a time and disp...

9 years ago | 1 answer | 0

1

answer

Question


Help with script w/ more than one equation?
TaxableIncome=input('Please provide taxable income in Australian Dollars:'); IncomeTax=0; MedicareLevy=(TaxableIncome*0....

9 years ago | 2 answers | 0

2

answers

Question


Can someone look over my newton's method script and see if it looks ok?
for F(X)=x^3-2x and F'(x)=3x^2-2 with initial guess of x=1 if true % code endx = 1; Tol = 0.0000001; count = 0; ...

9 years ago | 1 answer | 0

1

answer

Question


Help with script please!!! pic included!!
I really need help on how to approach the problem. Does anyone know how to go about it or are there any examples like this one? ...

9 years ago | 1 answer | 0

1

answer