24 | Java Program To Check Given Number is Prime or Not | Java For Loop

Поділитися
Вставка
  • Опубліковано 8 січ 2025

КОМЕНТАРІ • 82

  • @gegtube1
    @gegtube1 Рік тому +7

    thanks its the most simple way to find it i will never forget this one

  • @ramananstevensmith249
    @ramananstevensmith249 2 роки тому +9

    Wow 🥳 Way of Explaining is Outstanding Sir😍😍 Thanks a lot ☺️

    • @ChiragKhimani
      @ChiragKhimani  2 роки тому +2

      Glad it was helpful! Thank you @Ramanan for your comment. Keep Learning & Keep Shining

  • @AswanthSKrishna
    @AswanthSKrishna 11 місяців тому +1

    import java.util.Scanner;
    public class Prime {
    public static void main(String p[]) {

    Scanner s=new Scanner(System.in);

    System.out.println("Enter a number");

    int n=s.nextInt();
    int flag=0;


    for (int i=2;i

  • @Gayathri_712
    @Gayathri_712 10 місяців тому

    Thank you so much sir. Your explanation is awesome.

  • @life_123-z8j
    @life_123-z8j Рік тому

    Thank you sir!!!Very good & easy explanation

  • @nitinjirawal
    @nitinjirawal 2 роки тому +1

    If you traverse halfway through.....you get the result. No need to loop till we reach the number.

    • @ChiragKhimani
      @ChiragKhimani  2 роки тому +1

      Yes, even if you traverse till square root of the number that will also work

    • @ThangamaniRIT
      @ThangamaniRIT 2 роки тому

      Can you explain how it is ? Or send any links ?

    • @shoyebansari7960
      @shoyebansari7960 Рік тому

      ​​​​@@ThangamaniRITIt is one of the way to find prime number in number theory.
      If prime numbers less than the square root of the given number doesn't divides the given number then our number is prime.

    • @dineshreddy1244
      @dineshreddy1244 10 місяців тому

      @@ChiragKhimani can you tell me how write with pen on eclipse screen?

  • @shashankmishra6502
    @shashankmishra6502 2 роки тому

    the way of teaching is osm

  • @xaviball2911
    @xaviball2911 Рік тому +1

    clean explanation Sir

  • @reginahshikanda6478
    @reginahshikanda6478 10 місяців тому

    Nice Explanation!

  • @monimonika9193
    @monimonika9193 4 місяці тому +1

    That's an amazing explanation... That I have never seen before.... On point 🎉 thankyou

  • @mohdmasaoodraza9315
    @mohdmasaoodraza9315 Рік тому

    wow great explanation sir

  • @srikanthbhatthula4318
    @srikanthbhatthula4318 2 роки тому +1

    Please make a video on remove duplicate from integers and string.

  • @PratibhaHembrom-dc5jg
    @PratibhaHembrom-dc5jg Місяць тому

    Thank you vey much bhai.. ❤

  • @Routine-cw9bn
    @Routine-cw9bn Рік тому

    thank you. very simple and good explanation.

  • @giridharneeli1618
    @giridharneeli1618 Рік тому +1

    Really bro it's just osm❤

  • @martinbeckLXS
    @martinbeckLXS 6 місяців тому

    Thank you❤good job!

  • @telugucinema4u
    @telugucinema4u 2 роки тому +2

    top notch explanation becoming my favourite tutor

  • @sipundas1352
    @sipundas1352 Рік тому

    Thank you so much Sir🙏

  • @MohammedAl-Hashemi-n7d
    @MohammedAl-Hashemi-n7d Рік тому

    thank you so much super logic

  • @duythaitrieu239
    @duythaitrieu239 2 роки тому

    thanks alottttt
    brilliant explaination

    • @ChiragKhimani
      @ChiragKhimani  2 роки тому

      Glad it was helpful. Thank you @Duy Thai Trieu for your comment!

  • @bachelorcookingchannel3165
    @bachelorcookingchannel3165 Рік тому

    good explaination

  • @leelabhandari9374
    @leelabhandari9374 Рік тому

    Nice solution thanks

  • @pshobana8160
    @pshobana8160 2 роки тому +1

    Super explanation 👌 sir thank u

    • @ChiragKhimani
      @ChiragKhimani  2 роки тому

      Thank you so much for your words @p shobana

  • @Narendra1620
    @Narendra1620 Рік тому

    Just perfect ❤

  • @usefullaman
    @usefullaman 3 роки тому +1

    Sir you are very helpfull thanks

  • @alenjoshiakkala7821
    @alenjoshiakkala7821 Рік тому +1

    Nice explanation sir.. What to add in code to print prime number between any two numbers

  • @eswarec1422
    @eswarec1422 Рік тому +1

    Clean & Perfect Explanation Bro... Thanks a Lot ❤️🙌🏻

    • @ChiragKhimani
      @ChiragKhimani  Рік тому +1

      Glad you liked it! 😇 Thank you for your comment! @ Eswar ❤

  • @karmegamvikram1969
    @karmegamvikram1969 2 роки тому +1

    Thank you so much

  • @justsad2181
    @justsad2181 Рік тому

    thank you so much

  • @sandeepverma790
    @sandeepverma790 2 роки тому

    Very nice concept brother 😊

  • @Xasanxidig
    @Xasanxidig 2 роки тому +1

    Thank you
    I understood

    • @ChiragKhimani
      @ChiragKhimani  2 роки тому

      Glad it helped. Thanks for your comment @Halyeey Media

  • @thesenioredit9523
    @thesenioredit9523 Рік тому

    Brother it shows that 9 is prime number plz check all of u

    • @ChiragKhimani
      @ChiragKhimani  Рік тому

      Hi, It'll show 9 is not prime as the factors of 9 is 1, 3 & 9
      :Pls post your program here so I can check

  • @kirankumarkandula4087
    @kirankumarkandula4087 2 роки тому +1

    if take num =1;
    the answer is not prime

    • @japieeeee3187
      @japieeeee3187 2 роки тому

      The number one is neither a prime nor a composite

  • @Reema-qt9ho
    @Reema-qt9ho Рік тому +1

    can you please reply me in the comment to check prime numbers using interface

    • @ChiragKhimani
      @ChiragKhimani  Рік тому

      Hi Reema, I am not sure why you need an interface here? Still you can just create interface and have a method declaration inside the interface & just implement in the class

  • @mansurmalikov9105
    @mansurmalikov9105 3 роки тому +1

    I tried to upgrade your code and print out all numbers to check if they are prime or not:
    int rotatingNum = 7;
    for (int j = 1; j

    • @ChiragKhimani
      @ChiragKhimani  3 роки тому +4

      You can create simple methods to check if number is prime or not like "isPrime(num)" then you can just use below logic
      int rotatingNum = 7;
      for (int j = 1; j

    • @francksgenlecroyant
      @francksgenlecroyant 2 роки тому

      Your algorithm will be slow as the value of the input is larger since the Big O is O(n²)

  • @ImranAnsari-gz1iw
    @ImranAnsari-gz1iw 6 місяців тому

    Badhiya Bhai aap ne hi clear Kiya hai ,baki sab farzi

  • @JanmenjaySahoo-g3r
    @JanmenjaySahoo-g3r Рік тому

    thank you

  • @hi-us6if
    @hi-us6if Рік тому

    You are fucking genius

  • @jayeshmarmat1820
    @jayeshmarmat1820 2 роки тому

    That was amazing !! 🤩🤩 can you make videos on spy and palindrome numbers too ????

    • @ChiragKhimani
      @ChiragKhimani  2 роки тому

      Thanks for your comment Jayesh, Palindrome number video is already available in the playlist.

  • @izzedeenalfarra1228
    @izzedeenalfarra1228 Рік тому

    جزاك الله خير

  • @jagana90
    @jagana90 Рік тому

    super bro...

  • @rakeshmanna8949
    @rakeshmanna8949 2 роки тому +2

    Thanks a lot sir

  • @mokshasrisirigineedi435
    @mokshasrisirigineedi435 2 роки тому

    Tq so much sir

  • @apurbasaha6818
    @apurbasaha6818 Рік тому

    thank u sir

  • @reveal5081
    @reveal5081 Рік тому +1

    Hara Hara mahadeva

  • @RangaRajuth
    @RangaRajuth 2 роки тому

    Simple perfect

  • @SagarMahat085
    @SagarMahat085 5 місяців тому +1

    🎩📴

  • @alimajeed5308
    @alimajeed5308 Рік тому

    hatiw to chit

  • @niksri412
    @niksri412 2 роки тому

    Chirag i was stuck in the same issue where i made i

    • @ChiragKhimani
      @ChiragKhimani  2 роки тому

      Glad it helped! Thanks for your comment @Nikhil

  • @armyandblink9895
    @armyandblink9895 Рік тому +2

    Thank you sir.
    This video helped me very much.

  • @ayancr7fan
    @ayancr7fan 2 місяці тому

    Thank you sir

  • @madhusudhanbalakrishna305
    @madhusudhanbalakrishna305 Рік тому

    thank you

  • @reveal5081
    @reveal5081 Рік тому +1

    Hara Hara mahadeva

  • @snehalbhosale297
    @snehalbhosale297 10 місяців тому

    Thank u