how to run java script program
Answer / pritam
Java script programs can not be run directly.
Java script codes are embedded with HTML,PHP OR ASP where
these code run with program.
Is This Answer Correct ? | 4 Yes | 0 No |
What is called variable typing in javascript?
What does window.print() do in Javascript?
how to validate the date(dd/mm/yyyy)using regular expression in javascript? It should also satisfy the leap year feb 29 problem. Please help me.
what is the extension of java script.
What is new keyword in javascript?
How do you clear an array in javascript?
When selecting the states by giving the country as input using ajax cal, how can we ensure that every time it is hitting the DB and fetching the data? Many time it may load from the cache.
How do you declare javascript?
How do you assign object properties?
What do you understand by this keyword in javascript?
How to validate email in javascript?
Write a main method that prompts the user to enter the starting population, birth and death rates, and the number of years. The input birth and death rates cannot be negative, the starting population cannot be less than 2, and the number of years greater than 0. If the user enters an invalid value, this program will prompt user to re-enter the value until a valid value has been read. When all input values are valid, call on the methods above to compute estimated population and print result.