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

  Рет қаралды 12,048

Amplify Learning - with Alok

Amplify Learning - with Alok

Күн бұрын

Пікірлер: 110
@NandaVinod-gd4iq
@NandaVinod-gd4iq 10 ай бұрын
Thank u soo very much for doing the video sir...
@krAyush-kc2dj
@krAyush-kc2dj 10 ай бұрын
System.out.println ("Thank you sir") ;
@Kronicle234
@Kronicle234 10 ай бұрын
Sir ka asli sincere student 👍 No sarcasm
@nobitayadav2370
@nobitayadav2370 9 ай бұрын
error: class is not declare😂🙂
@dynasticgamingyt7843
@dynasticgamingyt7843 8 ай бұрын
Thank you bolne ka tarika thora cazual h
@nobitayadav2370
@nobitayadav2370 8 ай бұрын
@@dynasticgamingyt7843 tum to conqueror gaye ho💀
@NaziaParveen-w9u
@NaziaParveen-w9u 10 ай бұрын
Sir could you please make strategy videos for bio and phy for 2024 boards
@suhaansingh5185
@suhaansingh5185 10 ай бұрын
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 9 ай бұрын
*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_*
@ArnavJaiswal-tl6mp
@ArnavJaiswal-tl6mp 10 ай бұрын
Sir you deserve million of subscriber And 1 day you will be with million.
@darksapino9964
@darksapino9964 3 ай бұрын
sir u made this topic crystal clear😇 .... thank youu😊, we need more videos like this
@gamadameyt6218
@gamadameyt6218 7 ай бұрын
All the best for today exam
@clarckassemble
@clarckassemble 10 ай бұрын
How to find largest, second largest and smallest in array . Please..
@ayushishorts27
@ayushishorts27 10 ай бұрын
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
@9caarav884
@9caarav884 9 ай бұрын
sir which complier do you use
@___Studen-_t
@___Studen-_t 10 ай бұрын
Sir plzz make a strategy video for both maths and geography. Plzz make a video as soon as possible
@crazygirl-thanmye
@crazygirl-thanmye 7 ай бұрын
Can we use for loop for all number programs
@achyuth2209
@achyuth2209 7 ай бұрын
ofcource if required
@ramsrhythm7795
@ramsrhythm7795 10 ай бұрын
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
@bhavanathosar1617
@bhavanathosar1617 9 ай бұрын
Sir can you make a video on duck number?
@teenhood4295
@teenhood4295 10 ай бұрын
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.
@deepeshsachan5664
@deepeshsachan5664 10 ай бұрын
Sir please make a detailed vedio on linked list
@riddhyy9335
@riddhyy9335 10 ай бұрын
Sir please make a video on special words in string.
@mohammadadnanzia2462
@mohammadadnanzia2462 10 ай бұрын
Sir , please ek playlist bana dijiye for ISC computer, which includes all the topics which can be asked in Boards 2024
@SlokhaChittipolu
@SlokhaChittipolu 8 ай бұрын
Sir pleaseeee do all number logic programs tqsm for this video
@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
@TechBytePlug
@TechBytePlug 10 ай бұрын
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
@PankajSingh-dj1dn
@PankajSingh-dj1dn 10 ай бұрын
Sir please make a video to cover important questions for board 2024 and for preboard
@knvish7660
@knvish7660 10 ай бұрын
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.
@sheershdwivedi6613
@sheershdwivedi6613 10 ай бұрын
Sir pls class 12 computer isc k liye bhi videos dal dijiye sir please 🙏🏻
@amanbhatnagar8387
@amanbhatnagar8387 10 ай бұрын
Sir Class 11th ki bhi kuch help kardijiye ,Please . Organic Chemistry par videos bana dijiye .
@opg420
@opg420 Ай бұрын
public class ThankYouSir { public static void main(String[] args) { System.out.println("Thank you sir"); } }
@AmplifyLearning
@AmplifyLearning Ай бұрын
S.O.Pln("You're welcome");
@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.
@Class10._.
@Class10._. 10 ай бұрын
Sirr pls do one shots on history and civics and physics sir pls
@RajanyaDey-h5r
@RajanyaDey-h5r 10 ай бұрын
Sir, can you plz do the prgrm of finding the longest word and shortest word in a string without using buffer reader function
@prxnne
@prxnne 10 ай бұрын
Sir can you do tech number and circular prime number please??
@FrethFinance
@FrethFinance 10 ай бұрын
Sir Reflection me Proving GEOMATRIC FIGURES KA A B C D KUCH NAHI AATA
@divyagopinath4823
@divyagopinath4823 9 ай бұрын
Sir please upload a video of Krishnamurthy number
@amitrastogi3074
@amitrastogi3074 10 ай бұрын
Sir can u explain bouncy number in next video??
@Ishantbhati1
@Ishantbhati1 10 ай бұрын
Sir, please upload pattern printing or nested loop. As, I am unable to understand your old videos 😕
@sipraparui2646
@sipraparui2646 6 ай бұрын
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 3 ай бұрын
Sir please make a video on this
@peaceubonbyyou
@peaceubonbyyou 10 ай бұрын
Sir maths ka stragey bata do latest syllabus ke according
@pratyakshbhatt-sh4dz
@pratyakshbhatt-sh4dz 10 ай бұрын
Sir please upload class 11 Physics and chemistry videos also as exam are near and many chapter are left 😢
@aarushbansal7206
@aarushbansal7206 10 ай бұрын
Please upload economics stratergy video
@pappi_joo_joo
@pappi_joo_joo 4 ай бұрын
Sir aej se pahele kabhi kese itna acha nahi pedhaya jase aep pedhate ho .....Thanku sir
@aniketnonia3073
@aniketnonia3073 10 ай бұрын
Sir...hindi strategy pattern according to 2024 ...pls make a videoo
@Manjitkaur12899
@Manjitkaur12899 10 ай бұрын
Sir maths ki strategy bta do and important chapters bta do class 10 icse
@indubiju1603
@indubiju1603 10 ай бұрын
Sir chemistry me Jo topic board me aa skta h uska video banaye na . please sir
@Pranay1406
@Pranay1406 7 ай бұрын
Thank you so much sir 😊
@SeemaSingh-pg7cg
@SeemaSingh-pg7cg 10 ай бұрын
Sir can you tell me which software you are using to write programs because it's not bluej
@amanbhatnagar8387
@amanbhatnagar8387 10 ай бұрын
IntelliJ
@Speed_is_live_001
@Speed_is_live_001 8 ай бұрын
Sir errors ki ak vedio bana do jisme output based questions ho 🙏🏻
@clarckassemble
@clarckassemble 10 ай бұрын
Sir please tell Mystery & Anagram number .
@AmplifyLearning
@AmplifyLearning 10 ай бұрын
Send me the complete question, I will make it.
@clarckassemble
@clarckassemble 10 ай бұрын
@@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 ай бұрын
Sir please tell these both question. I also have same doubt😢
@kachhwaha022
@kachhwaha022 9 ай бұрын
I also have same doubt 😅
@Skibidi-Spongebob1
@Skibidi-Spongebob1 10 ай бұрын
Sir mere chemistry k preboard mai 76/80 aye🙂❤️
@tanusingh6926
@tanusingh6926 9 ай бұрын
Sir please bring video for computer class 12 isc
@Pathaan0_x
@Pathaan0_x 10 ай бұрын
Sir pyqs solved krwa dijiye taki marks score kr pye
@HardcoreGamersOnly_HGO2008
@HardcoreGamersOnly_HGO2008 9 ай бұрын
sir in which software do you execute programs plz tell me sir
@shauryajha-wd1qi
@shauryajha-wd1qi 8 ай бұрын
intellij
@abhinavgiri4844
@abhinavgiri4844 10 ай бұрын
Great 🎉
@addamyagupta
@addamyagupta 10 ай бұрын
Sir please tell maths syllabus Please please sir 🥺 Its a request!!
@Akanksha_Dubey
@Akanksha_Dubey 10 ай бұрын
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
@Speed_is_live_001
@Speed_is_live_001 8 ай бұрын
Oky 👍🏻😊
@AnuragSantra-c3d
@AnuragSantra-c3d 9 ай бұрын
class Hellosir { public static void main(String[] args) { System.out.println("Thank You Sooooo Muchhhhh Sir!"); } }
@DeepakRajguru-rk7zk
@DeepakRajguru-rk7zk 9 ай бұрын
Sir,can you make buzz number for next video
@atharvtripathi8a400
@atharvtripathi8a400 10 ай бұрын
Sir can you make a video happy number
@KNIGHTBLAZE
@KNIGHTBLAZE 8 ай бұрын
Sir what if it is negative number?? How do you make the logic for that??
@h19editz10
@h19editz10 7 ай бұрын
While(t>0)
@nilimaskitchen5641
@nilimaskitchen5641 10 ай бұрын
Sir can you please make geography strategy video for class 10 ICSE 😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢. I have been asking you since many days Please sir
@ChitraV-u7b
@ChitraV-u7b 10 ай бұрын
Thanks sir ...😊
@adarsh-mn7bg
@adarsh-mn7bg 10 ай бұрын
Sir plz ch 18 tangent and intersection chords ka video bnayiye😢
@divyanshjaiswal2112
@divyanshjaiswal2112 10 ай бұрын
Sir output based class 10th ke liye new video plz sir if possible plz in this or next week. Plzzz sir request
@paintinginsanes3515
@paintinginsanes3515 10 ай бұрын
Thanks a lot sir you really helped me greatly in class 10th my 11th class is about to end now!
@vinaykumar2678
@vinaykumar2678 10 ай бұрын
Kaha se learn icse java wala app banaye hai
@nxtshubhskygaming5279
@nxtshubhskygaming5279 8 ай бұрын
Sir line number 22 bta dijiye kyu use hua h
@DivyankarMishra-i2w
@DivyankarMishra-i2w 2 ай бұрын
Sir please do the lucky number and ugly number program
@rasoi435
@rasoi435 10 ай бұрын
sir anagram program please it came in pre board 1
@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 3 ай бұрын
Its clear
@CodeCrafting07
@CodeCrafting07 10 ай бұрын
Sir please 🥺 don't left explaining ICSE
@prabhat7369
@prabhat7369 10 ай бұрын
Sir Emirp Number Please......
@ManjuSharma-fj9qm
@ManjuSharma-fj9qm 10 ай бұрын
BHAIYA I THINK YOU FORGOT ABOUT 12 ISC STUDENTS
@gemmaxdc5642
@gemmaxdc5642 7 ай бұрын
sir line 16 (sum) nhi samja
@rrraarmy40
@rrraarmy40 10 ай бұрын
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!
@rcbian1393
@rcbian1393 10 ай бұрын
Sir maine bhi apko ek program mail kia hai, please sir bnaye
@anmolpratap4042
@anmolpratap4042 7 ай бұрын
for( int i=1;i>0;i++) { System.out.println(" thank you sir "); } Any one tell the out put
@amankagawade3568
@amankagawade3568 7 ай бұрын
♾️♾️
@ArnavJaiswal-tl6mp
@ArnavJaiswal-tl6mp 10 ай бұрын
Why don't you make videos for cbse you will get more subscribes.
@artimis607
@artimis607 10 ай бұрын
Sir voice is not audible
@Samrat0_0
@Samrat0_0 10 ай бұрын
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😮😮
@invalid2776
@invalid2776 10 ай бұрын
🤐
@aryansambher3526
@aryansambher3526 10 ай бұрын
Feeling powerful to complete 100 likes 🤣🤣
@RedCircle007
@RedCircle007 10 ай бұрын
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 10 ай бұрын
Nothing audible
@AmplifyLearning
@AmplifyLearning 10 ай бұрын
Is it still not audible ?
@SakshiVerma-op9jt
@SakshiVerma-op9jt 10 ай бұрын
​@@AmplifyLearningIt is ok now👍
@shauryagupta6705
@shauryagupta6705 10 ай бұрын
First🎉🎉 Please pin
@ProGamer-ob5sb
@ProGamer-ob5sb 7 ай бұрын
Not helpful
@vareeshaansari3930
@vareeshaansari3930 10 ай бұрын
for(i=1;i
@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 ай бұрын
Sir could you please make strategy videos for bio and phy for 2024 boards.. please sir
Mystery Number in Java | Class 10, 11, 12 Computer ICSE, ISC | Important for 2024 Exam
23:12
Jupiter Number - Java Program *2023 | ICSE Class 10th Computer
18:41
Amplify Learning - with Alok
Рет қаралды 9 М.
Human vs Jet Engine
00:19
MrBeast
Рет қаралды 125 МЛН
兔子姐姐最终逃走了吗?#小丑#兔子警官#家庭
00:58
小蚂蚁和小宇宙
Рет қаралды 9 МЛН
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 80 МЛН
Solve any Number Program
16:46
Simply Coding
Рет қаралды 96 М.
Math Class Functions in Java | pow() sqrt() ceil() floor() etc | Class 9 and 10 Computer
28:16
FINLYTS K33   Oct  15, 2024   Time Series Analysis1
1:07:50
Bobby Baylon Jr
Рет қаралды 2
Array in Java - Basics & How to make its Program ? Class 10th Computer
22:14
Amplify Learning - with Alok
Рет қаралды 191 М.
Input using Constructor | Important in Java for 2025 Exams | Class 10th Computer
20:07
Amplify Learning - with Alok
Рет қаралды 3,5 М.
Pia Cramling EMBARRASSED Me.
29:50
GothamChess
Рет қаралды 33 М.
2025 Computer Specimen Paper MCQs | ICSE Class 10th Computer #java #mcq #amplifylearning
22:29