Total members 11892 |It is currently Sat Sep 21, 2024 2:52 pm Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





Following code checks if number is odd or even using s function checkEvenOdd
Code:
<% 
function checkEvenOdd
(ByVal intValue) 
If 
(intValue MOD 2 = 0 ) Then 
Response
.Write ("The number is <b>even</b><br>") 
Else 
Response
.Write ("The number is <b>odd</b><br>") 
End If 
end function 
%>
 




Code:
<% 
checkEvenOdd
(2) 
%>
 


The output is
Code:
The number is even .




_________________
M. S. Rakha, Ph.D.
Queen's University
Canada


Author:
Mastermind
User avatar Posts: 2715
Have thanks: 74 time
Post new topic Reply to topic  [ 1 post ] 

  Related Posts  to : check if number is odd or even
 check empty number     -  
 convert integer number to octal,hexadecimal number systems     -  
 convert decimal number to octal number     -  
 convert octal number to decimal number     -  
 check if domain name is taken by php     -  
 Check DNS error     -  
 code for check availability     -  
 check folder content using asp     -  
 Check empty string     -  
 check keyboard events using C++     -  



Topic Tags

ASP Validation






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com