Tuesday, January 7, 2020

Coding Question for the Week

Coding Question for the Week

Problem Statement 1: To check if two numbers are equal, (without using arithmetic operators or comparison operators).



Note:

  • Write a code in any programming language.
  • Solution should be submitted on or before 14/01/2020 with explanation
  • First 5 students who will submit the solution earlier  will be considered as winners.
  • Name of the winners will be displayed on NOTICE board by next Wednesday.



1 comment:

  1. function areSame($a, $b)
    {
    if ($a ^ $b)
    echo "Not Same";
    else
    echo "Same";
    }

    ReplyDelete

AI IN CRYPTOGRAPHY

Written by: PALLAVI V (Final year BCA) 1.     ABSTRACT: The integration of AI in Cryptography represents a significant advancement in ...