top of page

Puzzle of the Month

Every month we post a puzzle for you to solve. Get your name on the Leaderboard by solving the puzzle before the others :)

Code Golf 

Code golf is a type of recreational computer programming competition in which participants strive to achieve the shortest possible source code that implements a certain algorithm.

Video Game

Question

#include <iostream>

​

using namespace std;

int main(){

      if (4 & 8){  

            cout<<" It is a bright day";

      } else{

            cout<<"Try again!";

 }

return 0;

Submit your Answer here... 

* Don't worry we don't share your details. :)

How challenging was the code?
PoorFairGoodVery goodExcellent

Thanks for submitting!

Keshav Mahavidyalaya

Department Of Computer Science

Delhi University

© 2024 by e-BLITZINE

bottom of page