From bb7f823a7349fa95c99fee9fea5cd045088421ae Mon Sep 17 00:00:00 2001 From: Mubashir Date: Sat, 27 Jan 2024 16:25:23 +0530 Subject: [PATCH] Few changes in questions --- .DS_Store | Bin 6148 -> 6148 bytes public/.DS_Store | Bin 10244 -> 10244 bytes public/answers.html | 8 ++++---- public/js/answers.js | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.DS_Store b/.DS_Store index 34a3fe363db5f6d0667f80a4d6d5dffd329a32ef..b7c9364a02070d4cb12a9dcf948d46d519f9a89b 100644 GIT binary patch delta 20 bcmZoMXffC@pNWxu@&cx4Mvl#Ym^efMMur9{ delta 20 bcmZoMXffC@pNWxU@&cx4M$XNDm^efMMwkXG diff --git a/public/.DS_Store b/public/.DS_Store index 0b8c138878474922c50aab340103d477bbd5873e..d902fe9a5a17ff702ddd2abba5d41a1c1e6a17cb 100644 GIT binary patch delta 40 lcmZn(XbIR*A;!o)SxY#Ykz;b3u #include <stdio.h> int main() { - int num = 25; - printf("%c", num); + int x = 7; + printf("%d", x >> 1); } @@ -195,8 +195,8 @@ #include <stdio.h> int main() { - int num = 87; - printf("%02d", num); + int number = 1234; + printf("%d", number % 100); } diff --git a/public/js/answers.js b/public/js/answers.js index 9e18b67..b564519 100755 --- a/public/js/answers.js +++ b/public/js/answers.js @@ -20,10 +20,10 @@ let answers = { 4: "2", 5: "1", 6: "11", - 7: "Y", + 7: "3", 8: "8", 9: "52", - 10: "87", + 10: "34", 11: "4", 12: "3", 13: "7",