9. C# Program to Print All Prime Numbers from 1 to 100 | Prime Numbers | C# Interview Questions

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ม.ค. 2025

ความคิดเห็น • 6

  • @cedarsofthecoast2746
    @cedarsofthecoast2746 2 ปีที่แล้ว +1

    You're a life saver man, I couldn't find this info anywhere else! Very helpful :)

  • @prasathm6767
    @prasathm6767 2 ปีที่แล้ว +1

    Great explanation bro..

  • @dokueki8425
    @dokueki8425 4 ปีที่แล้ว

    Thanks for making this video man it helped me out a lot really.

  • @saidurgaprasade1932
    @saidurgaprasade1932 ปีที่แล้ว

    is it possible to wirte same code using while loop without using for

  • @TekTuition
    @TekTuition 4 ปีที่แล้ว +2

    using System;
    class HelloWorld {
    static void Main() {
    int Num=50;
    bool flag= false;
    for(int num1=2; num1

  • @next.demon009
    @next.demon009 2 ปีที่แล้ว

    Kaizer?