menu
Qammunity.org
Login
Register
My account
Edit my Profile
Private messages
My favorites
Ask a Question
Questions
Unanswered
Tags
Categories
Ask a Question
How many times will the while loop that follows be executed? var months = 5; var i = 1; while (i < months) { futureValue = futureValue * (1 + monthlyInterestRate); i = i+1; } a. 5 b. 4 c. 6 d. 0
asked
Feb 3, 2021
235k
views
2
votes
How many times will the while loop that follows be executed? var months = 5; var i = 1; while (i < months) { futureValue = futureValue * (1 + monthlyInterestRate); i = i+1; }
a. 5
b. 4
c. 6
d. 0
Computers and Technology
college
Pandelis
asked
by
Pandelis
8.0k
points
answer
comment
share this
share
0 Comments
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
1
vote
Answer:
I believe it is A
Step-by-step explanation:
Frankieta
answered
Feb 8, 2021
by
Frankieta
7.5k
points
ask related question
comment
share this
0 Comments
Please
log in
or
register
to add a comment.
← Prev Question
Next Question →
Related questions
asked
Sep 10, 2021
43.2k
views
How many times will the while loop that follows be executed? var months = 5; var i = 1; while (i < months) { futureValue = futureValue * (1 + monthlyInterestRate); i = i+1; }
Dustin Gamester
asked
Sep 10, 2021
by
Dustin Gamester
7.7k
points
Computers and Technology
college
1
answer
0
votes
43.2k
views
asked
Feb 12, 2021
116k
views
What will futureValue contain after the for loop has been executed one time? var years = 10; var annualRate = 10; var futureValue = 1000; annualRate = annualRate / 100; for ( i = 1; i <= years; i++ ) { futureValue += futureValue * annualRate; }
Zinking
asked
Feb 12, 2021
by
Zinking
8.6k
points
Computers and Technology
high-school
1
answer
0
votes
116k
views
asked
Mar 10, 2024
210k
views
Explain in words the following futurevalue formula: F_{n}=P(1+r)^{n} .
Yadvendar
asked
Mar 10, 2024
by
Yadvendar
8.4k
points
Mathematics
high-school
1
answer
0
votes
210k
views
Ask a Question
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.
9.4m
questions
12.2m
answers
Other Questions
“What does it mean when we “rework” copyrighted material?”
The book shows how to add and subtract binary and decimal numbers. However, other numbering systems are also very popular when dealing with computers. The octal (base 8) numbering system is one of these.
describe an advance in technology that makes life more enjoyable. what discoveries contribute to this technology?
Disadvantages of using animation in advertising? advantages and disadvantages of using animation for education? advantages and disadvantages of using animation in entertainment?
Explain why binary codes are used to represent characters, numbers and symbols :)
Twitter
WhatsApp
Facebook
Reddit
LinkedIn
Email
Link Copied!
Copy
Search Qammunity.org