Dudeney Number in Java | Number logic Programs | ICSE Class 10th Computer

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 พ.ย. 2024

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

  • @NandaVinod-gd4iq
    @NandaVinod-gd4iq 10 หลายเดือนก่อน +7

    Thank u soo very much for doing the video sir...

  • @krAyush-kc2dj
    @krAyush-kc2dj 11 หลายเดือนก่อน +67

    System.out.println ("Thank you sir") ;

    • @Kronicle234
      @Kronicle234 10 หลายเดือนก่อน +5

      Sir ka asli sincere student 👍
      No sarcasm

    • @nobitayadav2370
      @nobitayadav2370 10 หลายเดือนก่อน +6

      error: class is not declare😂🙂

    • @dynasticgamingyt7843
      @dynasticgamingyt7843 9 หลายเดือนก่อน +5

      Thank you bolne ka tarika thora cazual h

    • @nobitayadav2370
      @nobitayadav2370 9 หลายเดือนก่อน +1

      @@dynasticgamingyt7843 tum to conqueror gaye ho💀

  • @ArnavJaiswal-tl6mp
    @ArnavJaiswal-tl6mp 11 หลายเดือนก่อน +7

    Sir you deserve million of subscriber
    And 1 day you will be with million.

  • @gamadameyt6218
    @gamadameyt6218 8 หลายเดือนก่อน +4

    All the best for today exam

  • @darksapino9964
    @darksapino9964 4 หลายเดือนก่อน

    sir u made this topic crystal clear😇 .... thank youu😊, we need more videos like this

  • @suhaansingh5185
    @suhaansingh5185 10 หลายเดือนก่อน +6

    Sir make a video on phloem number
    Eor ex:34326
    Sum of corner digit = 3+6 = 9
    Sum of middle digit = 4+3+2 = 9

    • @yaksh_patel
      @yaksh_patel 10 หลายเดือนก่อน +6

      *Here is the Program:-*
      import java.util.Scanner;
      public class PhloemNumber{
      public static void main(String args[]){
      Scanner sc = new Scanner(System.in);
      System.out.println("Enter a number");
      int n = sc.nextInt();
      String num = ""+n;
      int len = num.length();
      int corner1 = n%10;
      int corner2 = n/((int)Math.pow(10,len-1));
      int cornerSum = corner1 + corner2;
      int middle = Integer.parseInt(num.substring(1,len-1));
      int t=middle,rem=0,middleSum=0;
      while(t>0){
      rem = t%10;
      middleSum+=rem;
      t/=10;
      }
      if(cornerSum == middleSum)
      System.out.println("It is a Phloem Number");
      else
      System.out.println("It is not a Phloem Number");
      }
      }
      *Here is the Output:-*
      Enter a number
      34326
      It is a Phloem Number
      Enter a number
      3445
      It is a Phloem Number
      Enter a number
      9562
      It is a Phloem Number
      Enter a number
      12321
      It is not a Phloem Number
      Enter a number
      159512
      It is not a Phloem Number
      *_HOPE IT HELPS_*

  • @ayushishorts27
    @ayushishorts27 11 หลายเดือนก่อน +1

    Id i request you to upload videos on 2024 paper strategy of biology and physics and english and maths.....
    Sir i request you please sirrrrrrrrr........
    You are the best teacher

  • @clarckassemble
    @clarckassemble 11 หลายเดือนก่อน +4

    How to find largest, second largest and smallest in array .
    Please..

  • @pappi_joo_joo
    @pappi_joo_joo 5 หลายเดือนก่อน

    Sir aej se pahele kabhi kese itna acha nahi pedhaya jase aep pedhate ho .....Thanku sir

  • @___Studen-_t
    @___Studen-_t 11 หลายเดือนก่อน +1

    Sir plzz make a strategy video for both maths and geography. Plzz make a video as soon as possible

  • @ramsrhythm7795
    @ramsrhythm7795 11 หลายเดือนก่อน +1

    Sir you have already solved this program in solving ICSE 2023 specimen paper❤❤.thanks anyways sir. Sir can you do special number program from ICSE 2014 paper

  • @clarckassemble
    @clarckassemble 10 หลายเดือนก่อน +3

    Sir please tell Mystery & Anagram number .

    • @AmplifyLearning
      @AmplifyLearning  10 หลายเดือนก่อน +3

      Send me the complete question, I will make it.

    • @clarckassemble
      @clarckassemble 10 หลายเดือนก่อน +3

      @@AmplifyLearning
      Ques1)A numbers is called "Mystery number" , if the number can be expressed as the sum of two numbers and those two numbers should be the reverse of each other
      For example:
      Ex 1:- Input 154
      59+95=154
      154 is a mystery number
      Ex 2:- 22
      11+ 11=22
      Ex 3:-24
      12+12=24
      24 is not a mystery number
      Ques2)An "Anagram" of a string is another string that contains the same characters with the same frequency , only the order of characters can be different.
      Example 1:- Input : str1="listen" str2="silent"
      output : Anagram words
      Example 2:-str1="arm" str2="gram"
      output: Not an anagram words
      Example 3: CAT & ACT are anagram
      Looking forward for your upcoming video
      Your subscriber,

    • @K_ir4n
      @K_ir4n 10 หลายเดือนก่อน +3

      Sir please tell these both question.
      I also have same doubt😢

    • @kachhwaha022
      @kachhwaha022 10 หลายเดือนก่อน +3

      I also have same doubt 😅

  • @crazygirl-thanmye
    @crazygirl-thanmye 8 หลายเดือนก่อน +3

    Can we use for loop for all number programs

    • @achyuth2209
      @achyuth2209 8 หลายเดือนก่อน +3

      ofcource
      if required

  • @deepeshsachan5664
    @deepeshsachan5664 10 หลายเดือนก่อน +2

    Sir please make a detailed vedio on linked list

  • @9caarav884
    @9caarav884 10 หลายเดือนก่อน +1

    sir which complier do you use

  • @SlokhaChittipolu
    @SlokhaChittipolu 9 หลายเดือนก่อน

    Sir pleaseeee do all number logic programs tqsm for this video

  • @Pranay1406
    @Pranay1406 8 หลายเดือนก่อน

    Thank you so much sir 😊

  • @bhavanathosar1617
    @bhavanathosar1617 10 หลายเดือนก่อน +2

    Sir can you make a video on duck number?

  • @TechBytePlug
    @TechBytePlug 10 หลายเดือนก่อน +5

    sir is it possible for you to make a long video and cover some important algorithms (from exam's perspective).
    like how to solve number based questions (teach recursion and other general ways)
    how to solve string problems
    searching and sorting algorithms .

    • @TechBytePlug
      @TechBytePlug 10 หลายเดือนก่อน

      also array based algorithms and techniques which are mainly asked .
      not only for practical exam but also in theory

  • @amitrastogi3074
    @amitrastogi3074 11 หลายเดือนก่อน +2

    Sir can u explain bouncy number in next video??

  • @riddhyy9335
    @riddhyy9335 11 หลายเดือนก่อน +1

    Sir please make a video on special words in string.

  • @abhinavgiri4844
    @abhinavgiri4844 10 หลายเดือนก่อน

    Great 🎉

  • @teenhood4295
    @teenhood4295 11 หลายเดือนก่อน +1

    Sir pls make videos on matrix program in Java isc class 12 because isc is giving at least one matrix question program in the paper.

  • @Skibidi-Spongebob1
    @Skibidi-Spongebob1 11 หลายเดือนก่อน +2

    Sir mere chemistry k preboard mai 76/80 aye🙂❤️

  • @sheershdwivedi6613
    @sheershdwivedi6613 10 หลายเดือนก่อน +1

    Sir pls class 12 computer isc k liye bhi videos dal dijiye sir please 🙏🏻

  • @Class10._.
    @Class10._. 10 หลายเดือนก่อน

    Sirr pls do one shots on history and civics and physics sir pls

  • @vareeshaansari3930
    @vareeshaansari3930 10 หลายเดือนก่อน

    for(i=1;i

  • @prxnne
    @prxnne 10 หลายเดือนก่อน +1

    Sir can you do tech number and circular prime number please??

  • @aarushbansal7206
    @aarushbansal7206 11 หลายเดือนก่อน

    Please upload economics stratergy video

  • @PankajSingh-dj1dn
    @PankajSingh-dj1dn 10 หลายเดือนก่อน

    Sir please make a video to cover important questions for board 2024 and for preboard

  • @sipraparui2646
    @sipraparui2646 7 หลายเดือนก่อน

    Sir can you make a video on Hamming number. (A hamming number is a positive integer that has the prime a factor 2,3&5 only.)

    • @sipraparui2646
      @sipraparui2646 4 หลายเดือนก่อน

      Sir please make a video on this

  • @ravinderkaur7745
    @ravinderkaur7745 10 หลายเดือนก่อน

    Take a word from the user and print the word in alphabetical order...can u plz make a program for the above question...please

  • @amanbhatnagar8387
    @amanbhatnagar8387 11 หลายเดือนก่อน

    Sir Class 11th ki bhi kuch help kardijiye ,Please .
    Organic Chemistry par videos bana dijiye .

  • @pratyakshbhatt-sh4dz
    @pratyakshbhatt-sh4dz 10 หลายเดือนก่อน +1

    Sir please upload class 11 Physics and chemistry videos also as exam are near and many chapter are left 😢

  • @RajanyaDey-h5r
    @RajanyaDey-h5r 11 หลายเดือนก่อน

    Sir, can you plz do the prgrm of finding the longest word and shortest word in a string without using buffer reader function

  • @ChitraV-u7b
    @ChitraV-u7b 10 หลายเดือนก่อน

    Thanks sir ...😊

  • @NaziaParveen-w9u
    @NaziaParveen-w9u 10 หลายเดือนก่อน

    Sir could you please make strategy videos for bio and phy for 2024 boards.. please sir

  • @mohammadadnanzia2462
    @mohammadadnanzia2462 10 หลายเดือนก่อน

    Sir , please ek playlist bana dijiye for ISC computer, which includes all the topics which can be asked in Boards 2024

  • @FrethFinance
    @FrethFinance 10 หลายเดือนก่อน +1

    Sir Reflection me Proving GEOMATRIC FIGURES KA A B C D KUCH NAHI AATA

  • @knvish7660
    @knvish7660 10 หลายเดือนก่อน +1

    11:34 sir yha pe aapne explicitly integer mei convert kr dia hai toh round lgane ka koi fayda nhi shyad . Pls explain
    Line11

    • @AmplifyLearning
      @AmplifyLearning  10 หลายเดือนก่อน

      Without round bhi work karega. You can try it yourself once.

  • @paintinginsanes3515
    @paintinginsanes3515 11 หลายเดือนก่อน +2

    Thanks a lot sir you really helped me greatly in class 10th my 11th class is about to end now!

  • @rounaksworld1290
    @rounaksworld1290 10 หลายเดือนก่อน

    Sir I have a doubt
    Is there any specific use of do while loop in any program
    Means can we use while loop in a case where we can use do while or is there any case where there is no other option other than using do while.
    Because most of the program i have seen is done by using for and while loop there is mo use of do while loop.

    • @AmplifyLearning
      @AmplifyLearning  10 หลายเดือนก่อน

      Do while is generally used where you have to run the loop atleast one time. Like in menu driven program, where you have to show the menu atleast once.

  • @peaceubonbyyou
    @peaceubonbyyou 10 หลายเดือนก่อน

    Sir maths ka stragey bata do latest syllabus ke according

  • @aniketnonia3073
    @aniketnonia3073 10 หลายเดือนก่อน

    Sir...hindi strategy pattern according to 2024 ...pls make a videoo

  • @divyagopinath4823
    @divyagopinath4823 10 หลายเดือนก่อน

    Sir please upload a video of Krishnamurthy number

  • @addamyagupta
    @addamyagupta 10 หลายเดือนก่อน +1

    Sir please tell maths syllabus
    Please please sir 🥺
    Its a request!!

  • @Manjitkaur12899
    @Manjitkaur12899 10 หลายเดือนก่อน

    Sir maths ki strategy bta do and important chapters bta do class 10 icse

  • @amoghgamingzone8601
    @amoghgamingzone8601 15 ชั่วโมงที่ผ่านมา +1

    sir line no. 23 kaise execute hoga please sir tell me

  • @AnuragSantra-c3d
    @AnuragSantra-c3d 10 หลายเดือนก่อน

    class Hellosir
    {
    public static void main(String[] args)
    {
    System.out.println("Thank You Sooooo Muchhhhh Sir!");
    }
    }

  • @Speed_is_live_001
    @Speed_is_live_001 9 หลายเดือนก่อน

    Sir errors ki ak vedio bana do jisme output based questions ho 🙏🏻

  • @Akanksha_Dubey
    @Akanksha_Dubey 10 หลายเดือนก่อน +9

    Sir Please upload videos on topics like
    • type casting
    • difference between Math.rint and Math.round
    • Function of continue and break statements
    Please upload videos on this topics it will be of great help

  • @nilimaskitchen5641
    @nilimaskitchen5641 11 หลายเดือนก่อน +1

    Sir can you please make geography strategy video for class 10 ICSE 😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢. I have been asking you since many days
    Please sir

  • @SeemaSingh-pg7cg
    @SeemaSingh-pg7cg 11 หลายเดือนก่อน

    Sir can you tell me which software you are using to write programs because it's not bluej

  • @Pathaan0_x
    @Pathaan0_x 10 หลายเดือนก่อน

    Sir pyqs solved krwa dijiye taki marks score kr pye

  • @Ishantbhati1
    @Ishantbhati1 11 หลายเดือนก่อน

    Sir, please upload pattern printing or nested loop.
    As, I am unable to understand your old videos 😕

  • @indubiju1603
    @indubiju1603 10 หลายเดือนก่อน

    Sir chemistry me Jo topic board me aa skta h uska video banaye na . please sir

  • @HardcoreGamersOnly_HGO2008
    @HardcoreGamersOnly_HGO2008 10 หลายเดือนก่อน

    sir in which software do you execute programs
    plz tell me sir

  • @tanusingh6926
    @tanusingh6926 10 หลายเดือนก่อน

    Sir please bring video for computer class 12 isc

  • @DeepakRajguru-rk7zk
    @DeepakRajguru-rk7zk 10 หลายเดือนก่อน

    Sir,can you make buzz number for next video

  • @KNIGHTBLAZE
    @KNIGHTBLAZE 9 หลายเดือนก่อน

    Sir what if it is negative number?? How do you make the logic for that??

    • @h19editz10
      @h19editz10 8 หลายเดือนก่อน

      While(t>0)

  • @dtutorials8251
    @dtutorials8251 4 หลายเดือนก่อน

    Bhai apki video ka sound low hay thik se sunai nehi de raha bro thora sound high karo .... sunne me achcha / clear lagega ...

    • @vincense555
      @vincense555 4 หลายเดือนก่อน

      Its clear

  • @atharvtripathi8a400
    @atharvtripathi8a400 10 หลายเดือนก่อน

    Sir can you make a video happy number

  • @vinaykumar2678
    @vinaykumar2678 10 หลายเดือนก่อน

    Kaha se learn icse java wala app banaye hai

  • @divyanshjaiswal2112
    @divyanshjaiswal2112 11 หลายเดือนก่อน

    Sir output based class 10th ke liye new video plz sir if possible plz in this or next week. Plzzz sir request

  • @DivyankarMishra-i2w
    @DivyankarMishra-i2w 3 หลายเดือนก่อน

    Sir please do the lucky number and ugly number program

  • @adarsh-mn7bg
    @adarsh-mn7bg 11 หลายเดือนก่อน

    Sir plz ch 18 tangent and intersection chords ka video bnayiye😢

  • @nxtshubhskygaming5279
    @nxtshubhskygaming5279 9 หลายเดือนก่อน

    Sir line number 22 bta dijiye kyu use hua h

  • @rasoi435
    @rasoi435 10 หลายเดือนก่อน

    sir anagram program please it came in pre board 1

  • @CodeCrafting07
    @CodeCrafting07 11 หลายเดือนก่อน +1

    Sir please 🥺 don't left explaining ICSE

  • @ManjuSharma-fj9qm
    @ManjuSharma-fj9qm 11 หลายเดือนก่อน +1

    BHAIYA I THINK YOU FORGOT ABOUT 12 ISC STUDENTS

  • @rrraarmy40
    @rrraarmy40 11 หลายเดือนก่อน

    bhai 11vi pe focus krle
    phle se tune bohat video daal rkhi hai 10th pe utni kaafi hai mere bhaii.......hamari 11vi ki videos bnaa bhai jldiii!

  • @gemmaxdc5642
    @gemmaxdc5642 8 หลายเดือนก่อน

    sir line 16 (sum) nhi samja

  • @rcbian1393
    @rcbian1393 11 หลายเดือนก่อน

    Sir maine bhi apko ek program mail kia hai, please sir bnaye

  • @prabhat7369
    @prabhat7369 11 หลายเดือนก่อน +1

    Sir Emirp Number Please......

  • @ArnavJaiswal-tl6mp
    @ArnavJaiswal-tl6mp 11 หลายเดือนก่อน +2

    Why don't you make videos for cbse you will get more subscribes.

  • @anmolpratap4042
    @anmolpratap4042 8 หลายเดือนก่อน +1

    for( int i=1;i>0;i++)
    {
    System.out.println(" thank you sir ");
    }
    Any one tell the out put

  • @artimis607
    @artimis607 11 หลายเดือนก่อน

    Sir voice is not audible

  • @Samrat0_0
    @Samrat0_0 11 หลายเดือนก่อน +2

    Sir aajkal aapki videos nhi dekhra. Plz make vids on class11 as well. And specially on mathematics and Physics since I have taken bio. And I am also grateful to you for I have scored a 96 in comp just bcoz of you😂🎉❤ seriously computer mein zindagi mein itna number nhi dekha tha😮😮

  • @aryansambher3526
    @aryansambher3526 10 หลายเดือนก่อน

    Feeling powerful to complete 100 likes 🤣🤣

  • @invalid2776
    @invalid2776 11 หลายเดือนก่อน

    🤐

  • @shauryagupta6705
    @shauryagupta6705 11 หลายเดือนก่อน +1

    First🎉🎉
    Please pin

  • @RedCircle007
    @RedCircle007 11 หลายเดือนก่อน +1

    Kya kimiya giri karke log har din naye naye number banaya karte, bhai khana khao, hago, soo, faltu ke number kyuuuu faida karne hai 😢

  • @PriyankaKumari-kt2wv
    @PriyankaKumari-kt2wv 11 หลายเดือนก่อน

    Nothing audible

    • @AmplifyLearning
      @AmplifyLearning  11 หลายเดือนก่อน

      Is it still not audible ?

    • @SakshiVerma-op9jt
      @SakshiVerma-op9jt 11 หลายเดือนก่อน

      ​@@AmplifyLearningIt is ok now👍

  • @ProGamer-ob5sb
    @ProGamer-ob5sb 8 หลายเดือนก่อน

    Not helpful

  • @marvelbolt274
    @marvelbolt274 10 หลายเดือนก่อน

    Import.java.util.*;
    Class prg
    {
    PSVM(string args[ ])
    {
    Scanner in = new scanner(system.in)
    Int i, d , s=0, n;
    SOPLN ("Enter a number")
    n= in.nextInt();
    i=n
    while(i>0)
    {
    d=i%10;
    s=s+d;
    }
    if ((int)math.pow(s,3)==n)
    Sopln(dudeney number:"+d);
    Else
    Sopln(not a dudeney number:"+d)
    }
    }
    I have shown you the easiest way to slove this program

  • @NaziaParveen-w9u
    @NaziaParveen-w9u 10 หลายเดือนก่อน +4

    Sir could you please make strategy videos for bio and phy for 2024 boards