answersLogoWhite

0


Best Answer

If your question refers to computer code, the idea is to check the remainder of a division. If the remainder, when you divide by 2, is 0, then the number is even. For example, in Java:

if (number % 2 = 0)
System.out.println("Your number is even.")
else
System.out.println("Your number is odd.")

Similar in C, except that the output command varies.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Check no is even or odd is wrtten usig function?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic
Related questions

How the banks backup their data?

usig dba....


What actors and actresses appeared in Taga-usig - 1973?

The cast of Taga-usig - 1973 includes: Jing Abalos Johnny Carranza Carmina Perez


How do you know if your homework is right or wrong before you hand it in?

ask your dad or your mom to check your answers and if they are wrong let them correct you but NT give you the answer but if you start usig a calcualtre then you are cheating yourself and god can se that!


How could you investigate which materials conduct electricity and which do not?

By usig a multimeter you'll be able to discover.


How do Tlingit homes look like?

They are usig cut board from cedar and spruce roots.


Can you develop Floppy for using both side?

Yes I can M Usig it both side.................................................... U Want one???


Can you help me find the word crimson usig it in a meaningful sentences?

When I blush, my face turns a nasty crimson color.


what is 3:15 a.m usig a 24 hour clock?

0315 By comparison 3:15 PM is 1515.


Create a mark list using array with structure?

sorce code for student mark list usig array


Is the Nokia n82 a 3g?

Yes, Nokia N82 has 3G capabilities usig HSDPA (High Speed Downlink Packet Access) technology


How do you find primary and secondary DNS servers?


Usig HTML how do you make a link under a button?

Button is automatically used to hyperlink so there is no need to href. You can easily place onclick option on the button.