MD. Sakib Khan

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 84 total)
  • Author
    Posts
  • in reply to: repositories not printing: Kindly help Bhaiya. #321050
    User AvatarMD. Sakib Khan
    Participant

    ami jevabe coding korechi sevabe?? apni browser and vscode resize kore pashapashi rekhe kaj korte parben..

    in reply to: vaiya onek bar try korchi slider banate problem hoi #320186
    User AvatarMD. Sakib Khan
    Participant

    apnar code e only etotuku lekha.. apni try korechen shei code ta kothay??

    function next() {
    alert(“Next”);
    }

    function prev() {
    alert(“Prev”);
    }

    apni scratch theke banate chaile chatGPT theke help nite paren. For learning and gaining knowledge, it is a great tool.
    Or w3schools: https://www.w3schools.com/howto/howto_js_slideshow.asp

    in reply to: slider problem #316916
    User AvatarMD. Sakib Khan
    Participant

    Ato olpo information e bug find kora tough.
    Full codebase zip akare share koren.
    Email: sakibkhan111296@gmail.com

    in reply to: React start #316496
    User AvatarMD. Sakib Khan
    Participant

    Hello,
    PORT er ei issue gulo generally “specific port er process” ta kill korlei solve hoye jay. eta na korte parle, PC restart dile thik hoye jabe. tarpor o solve na hole amk screen record kore akta video diyen. I will try to solve.

    Resource for killing a process in a port: https://stackoverflow.com/questions/11583562/how-to-kill-a-process-running-on-particular-port-in-linux

    in reply to: loop assignment solve problem #313432
    User AvatarMD. Sakib Khan
    Participant
    in reply to: Cannot Join Discord server. #313160
    User AvatarMD. Sakib Khan
    Participant

    হ্যালো,
    ডিস্কোর্ড সার্ভার কিছু কারণে বন্ধ করে দেয়া হয়েছে।
    সাপোর্ট পেতে MSB Academy Forum এ যোগাযোগ করতে হবে।

    in reply to: Assignment 1 big assignment solving problem #313159
    User AvatarMD. Sakib Khan
    Participant

    To determine the number of days in February for a given year, we need to check if the year is a leap year or not. If it is a leap year, February has 29 days, otherwise it has 28 days. The number of days in the other months remains the same.

    To find out if a year is a leap year or not, we can use the following algorithm:

    If the year is evenly divisible by 4, go to step 2. Otherwise, go to step 5.
    If the year is evenly divisible by 100, go to step 3. Otherwise, go to step 4.
    If the year is evenly divisible by 400, go to step 4. Otherwise, go to step 5.
    The year is a leap year (it has 366 days).
    The year is not a leap year (it has 365 days).
    Here is the rewritten statement:

    To determine the number of days in February for a given year, we first check if the year is a leap year or not using the above algorithm. If the year is a leap year, then February has 29 days. Otherwise, February has 28 days. The number of days in the other months remains the same, with January having 31 days, March having 31 days, April having 30 days, May having 31 days, June having 30 days, July having 31 days, August having 31 days, September having 30 days, October having 31 days, November having 30 days, and December having 31 days.

    in reply to: A classroom please #306468
    User AvatarMD. Sakib Khan
    Participant

    Sorry for the late response.
    Classroom link: https://discord.gg/sGXmQTdbUv

    in reply to: DOM problem #190843
    User AvatarMD. Sakib Khan
    Participant

    ha bhai,
    YouTube theke HTML er kono tutorial dekhun tahole… khub e easy jinish eta… 2/3 hour ei valo vabe ropto korte parben

    in reply to: i can not online class room join. #189005
    User AvatarMD. Sakib Khan
    Participant

    Hi, this is the link. click here: https://discord.gg/sMwANURY
    And this is my email: programmingwithsakib@gmail.com
    You can contact with me anytime in email.

    in reply to: Find the Largest Element of an Array #188744
    User AvatarMD. Sakib Khan
    Participant

    In worst case, For unsorted array, both method must have to go through a loop. So, the time complexity is O(n).
    You can use any of these.

    User AvatarMD. Sakib Khan
    Participant

    Hello bhai,
    please post your problem on my discord server. There is no way to copy code from here..
    discord server link: https://discord.gg/rDxbJPtnrA

    in reply to: repositories not printing: Kindly help Bhaiya. #188022
    User AvatarMD. Sakib Khan
    Participant

    Hello bhai,
    please post your problem on my discord server. There is no way to copy code from here..
    discord server link: https://discord.gg/rDxbJPtnrA

    in reply to: ASSIGNMENT 1 #188020
    User AvatarMD. Sakib Khan
    Participant

    Sorry for my late reply. I was very busy for couple of days.
    ami apnake request korbo, amader discord server e question korben, [for faster reply]
    invitation link: https://discord.gg/rDxbJPtnrA

    Problem 7:
    Akti variable er vitore akti number nin…
    Suppose, day = 1
    Erpor if else maddhome check kore dekhun, eta soptaher koto tomo din, se onujayi din er nam ta print korun..
    Like,
    if(day === 1) print (Saturday)
    else if(day === 2) print (Sunday)

    Problem 10:
    Vowel hocche a,e,i,o,u
    So etao apni if else er maddhome check korte parben.
    if(char === ‘a’ || char === ‘e’ || char === ‘i’ || char === ‘o’ || char === ‘u) it is vowel

    Problem 11:
    if(char >= ‘a’ && char <= ‘z’) it is lowercaseProblem 12:
    Ekhane koyekta check korte hobe…
    Prothom e dekhte hobe alphabet kine.. (ch >= ‘a’ || ch <= ‘z’) Apni chaile capital letter small letter alada vabe check korte paren.. Pore dekhte hobe number kina.. (Ch >= ‘0’ || ch <= ‘9’) Kuno tai na hole eta special number.Problem 13:
    Number ta -9 theke +9 er vitore hole digit ase 1ta..
    -99 theke +99 er vitore hole digit ase 2 ta..
    -999 theke +999 er vitore hole digit ase 3 ta… evabe cholte thakbe

    Problem 14:
    Check year 96, 100, 104 is leap year or not..

    in reply to: Javascript Pro Finder error: Kindly reply Bhaiya #187235
    User AvatarMD. Sakib Khan
    Participant

    Bhai, last dui line k akta async block er vitore rakhte hobe….

    amon howa uchit..

    async (e) => {
    const username = document.querySelector(‘#findByUsername’).value;
    console.log(username)
    const profile = await getUser(username);
    console.log(profile)
    });

    apni ei duiline baire likechen..

    const profile = await getUser(username);
    console.log(profile)

Viewing 15 posts - 16 through 30 (of 84 total)