java pgm for compare two vesion and print the greatest
version on the console.
e.g:
like 1.4.2 and 1.5.2
biggest is 1.5.2
1.2.5 and 1.2.8
biggest is 1.2.8
No Answer is Posted For this Question
Be the First to Post Answer
What are the benefits of learning javascript?
Program to return the address family of a socket
why array is called the collection of similar datatypes?
How to make a function in javascript?
How do I add a javascript event handler to an html page element?
The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here
What is the use of a weakset object in javascript?
How to achieve inheritance in javascript?
What does unshift() function do in Javascript?
Why is java better than javascript?
what is onfocus and onblur events in java script?
What is the similarity between the 1st and 2nd statement?