Here I’m going to give you a quick write-up for the challenges of National Cyber Drill 2021 that I was able to solve. I Hope you guys will find this…
read moreNational Cyber Drill 2021 Here I’m going to give you a quick write-up for the challenges of National Cyber Drill that I was able to solve. I Hope you guys…
read moreNational Cyber Drill 2021 Here I’m going to give you a quick write-up for the challenges of National Cyber Drill that I was able to solve. I Hope you guys…
read moreGiven a word, print Yes if it is a palindrome, otherwise No. A palindrome is a word which reads the same backward as forward, e.g. racecar. Input The input will…
read moreRead an integer variable and print it in which the digits are separated into groups of three by commas. Input The input will contain an integer $A$ ($0 \le A…
read moreRead two integer variables, calculate their sum, and print it. Input The input will contain two integers $A$ and $B$ ($-20000000 < A, B < 20000000$). Output Print the sum…
read more