What is the difference between JavaScript and jscript?
Answer Posted / hr@tgksolutions.com
The JavaScript language was made available by Netscape. To get around the trademark issue, Microsoft renamed it JScript. To put it another way, JScript is the same as JavaScript, but it comes from Microsoft.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How generic objects can be created?
How do you change the style/class on any element using javascript?
How do I unblock javascript in chrome?
How do I run javascript in chrome?
What is the difference between window.onload and ondocumentready?
name any two javascript functions which are used to convert nonnumeric values into numbers?
Is Javascript a Functional Programming Language?
Explain how to write class methods vs. Instance methods.
Is array an object javascript?
Why javascript is fast?
What is variables in javascript?
What is the difference between JavaScript and jscript?
Is python better than javascript?
What is the use of 'bind' method in JavaScript?
A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a java program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.