Javascript class. 4.4 modify this script to use promt to input a number n that is the number of the fibonacci number...
4.4 modify this script to use promt to input a number n that is the number of the fibonacci number as output
<!--
var i;
var fib = [];
fib[0] = 0;
fib[1] = 1;
for(i=2; i<=10; i++)
{
fib[i] = fib[i-2] + fib[i-1];
document.write(fib[i]);
}
4.5 Input: A text string, using prompt
Output: either"valid name" or "invalid name",depending on whether the input names fit the required format, which is
Last name, first name, middle initial
where neither of the names can have more than 15 characters
4.6 Input : A line of text, using prompt.
Output: The words of the input text, in alphabetical order.
10 years ago
14
Answer(1)![blurred-text]()
![]()
Purchase the answer to view it

- javascript_code.docx
Bids(1)
other Questions(10)
- Math review test
- WMNST.
- Internet Search-Personal Health Record
- i need the answer ASAP
- POST FOR HANDSHAKE-health care finance
- pohilosophy
- The Federal Open Market Committee (FOMC) of the Reserve System meets tight times a year (about every six weeks) to assess...
- paraphrasing a 3 pages chemistry experiments
- Dante's work was known throughout the Western World in its time and beyond. Why do you believe that even today,...
- PHI 103 Week 1 Assignment - 12 hours (400 Words) Original Work Required