This site has got programs, that u may need as an ISC student or a beginner.
These are simple console based programs that can be run and understood by anyone having the idea of basic, core Java concepts.
(java programs for beginners)
Java program to find the divisibility by 2 without using mod(%)
/**to find divisibility by 2 without using "%"
*/
public class Shivam
{
public static boolean check(int a)
{
if(a/2.0-a/2==0)
return true;
return false;
Probably there is a problem with your browser.. And I m sorry but I can't do any thing if ads are not working properly... As far as the Question of using '%' is concerned, this is just some innovation as an answer to tricky questions you may come across..
hey this is really funny..
ReplyDeleteWhy actually do u no want to use the mod???
Why can't I open the Skin Care providing sits???
ReplyDelete:(
They seem interesting to me..
Google's ads are not working properly on ur site dude..
Probably there is a problem with your browser..
ReplyDeleteAnd I m sorry but I can't do any thing if ads are not working properly...
As far as the Question of using '%' is concerned, this is just some innovation as an answer to tricky questions you may come across..