String in Java | 1 Shot Full Concept & Programming | ICSE & ISC Computer

  Рет қаралды 70,491

Amplify Learning - with Alok

Amplify Learning - with Alok

Күн бұрын

Пікірлер: 261
@itzme.urgagan
@itzme.urgagan 11 ай бұрын
Topic starts from 13:03
@najmush123-kd2vf
@najmush123-kd2vf 8 ай бұрын
Thnks
@Varshamahato13
@Varshamahato13 8 ай бұрын
Legends are watching this video on 11 th March 2024😅😅
@ruchipandey5423
@ruchipandey5423 8 ай бұрын
Bdwa😊
@thesaurabh9289
@thesaurabh9289 8 ай бұрын
Hn
@jatinjain30
@jatinjain30 8 ай бұрын
Itna sach nhi bolna tha yarr
@HudaSiddiqui-kj9eh
@HudaSiddiqui-kj9eh 8 ай бұрын
😆😆😂yesss
@anandsharma1618
@anandsharma1618 8 ай бұрын
Yes bro
@rekhaduhan3664
@rekhaduhan3664 8 ай бұрын
1:37:35 programs started
@Sah45-l3d
@Sah45-l3d 2 ай бұрын
Thanks.
@shivangiyadav1410
@shivangiyadav1410 Ай бұрын
Thankyou
@sakshamkasaudhan-dh2ve
@sakshamkasaudhan-dh2ve 8 ай бұрын
Ultra legends 💀 watching on 12 March one days before exam😂😢🎉 That's every one get's 95+tomorrow 🎉🎉🎉ji
@akashsingh9264
@akashsingh9264 8 ай бұрын
Yupp
@srishtiverma1961
@srishtiverma1961 8 ай бұрын
Revision 😂😂
@tanayapherwani2664
@tanayapherwani2664 8 ай бұрын
seriously . are you guys done with everything in computer ?
@akashsingh9264
@akashsingh9264 8 ай бұрын
Nooo
@praveenpandav9605
@praveenpandav9605 9 ай бұрын
Hi Alokji...your videos really helped my son do well in his class 10 in computers and it is doing so in his class 11 as well. And I am sure this will go for next year too... Thank you souch. Your style of teaching is really really admirable.... Wish you all the veryet.. Thank. You once again..
@vabeatz1
@vabeatz1 8 ай бұрын
TIME STAMPS 13:16 Topic start 24:10 String functions
@Im_Groot14
@Im_Groot14 8 ай бұрын
Actual legends are watching it on 15th March 😅😄
@amanthakur1981
@amanthakur1981 8 ай бұрын
Legend watching before 2 days of computer exam
@quizzesandfacts
@quizzesandfacts 8 ай бұрын
lets all get 100 out of 100.
@world_of_battle30
@world_of_battle30 Жыл бұрын
Bhaiya aap mehnat karo hum ka pata nahi per mein audience aur launga . Thanks bhaiay
@Black-hb8mj
@Black-hb8mj 8 ай бұрын
Legends are watching now
@aaaaayushi
@aaaaayushi 8 ай бұрын
Students, those who are watching this video on 11th march,
@diljot1035
@diljot1035 8 ай бұрын
Me too miss
@AdarshKushwaha-f3k
@AdarshKushwaha-f3k 8 ай бұрын
12th March, 2024 attendance laga do😂
@riyasingh5505
@riyasingh5505 10 ай бұрын
Sir a million thanks to you 😭 Your computer videos are the best! 👏🏻 i wish you taught in my school
@shalinishree4837
@shalinishree4837 6 күн бұрын
Main apni beti ko board 2025 ki preparation karane k liye aapke channel par aayi. Aapke padhane ka tarika sukoon deta hai. Yahi quality Sir Vikas Divyakirti me dikhti hai mujhe. Aap jaise teacher vastav me students ke liye blessing ho.
@atharv.2008
@atharv.2008 8 ай бұрын
Legends watching on 12 th March 2024
@radlergaming8386
@radlergaming8386 8 ай бұрын
Bhai teri computer achhi heh?
@NeelakshTiwari-o3e
@NeelakshTiwari-o3e 8 ай бұрын
Atharv Bhai tum class 10th F ke ho naa LPS A Block ke
@atharv.2008
@atharv.2008 8 ай бұрын
@@radlergaming8386 not too better But More than average 😅😃
@atharv.2008
@atharv.2008 8 ай бұрын
@@NeelakshTiwari-o3e no bro
@souvikroy8590
@souvikroy8590 Жыл бұрын
Thanks sir for your explanation I am sure that it will help me a lot in ICSE
@SundramSingh-c4i
@SundramSingh-c4i Жыл бұрын
Write a program in java to accept a number and chech whether it is a palindrome number or not. Do the program without using modulus operator and String.
@abhishekkumarmahto2644
@abhishekkumarmahto2644 Жыл бұрын
U can use string buffer or simply u can use array
@nayansleben2750
@nayansleben2750 Жыл бұрын
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.println("Enter a number: "); int num = scanner.nextInt(); if (isPalindrome(num)) { System.out.println(num + " is a palindrome number."); } else { System.out.println(num + " is not a palindrome number."); } } public static boolean isPalindrome(int num) { int reversed = 0; int temp = num; while (temp != 0) { reversed = reversed * 10 + temp / 10; temp /= 10; } return num == reversed; } } This program works by reversing the number and then comparing the reversed number with the original number. If they are the same, then the number is a palindrome. The reversal is done by repeatedly dividing the number by 10 and adding the remainder to the reversed number.
@Imnothimaight
@Imnothimaight 9 ай бұрын
wrong programs. not running @@nayansleben2750
@appro2434
@appro2434 8 ай бұрын
ultra legends watching on day before exam 95++ sure🔥🔥😅😅😎😎
@sujapappen3072
@sujapappen3072 Жыл бұрын
Sir, can you pls make another video on Trigonometric functions.. It is really very tricky...I am not able to do it at all So pls make more videos on it so that our concept becomes crystal clear... It's a kind request.
@saitrineeshvanithanisha9232
@saitrineeshvanithanisha9232 8 ай бұрын
Legends watching video on 12th march😂😂😂
@anandsharma1618
@anandsharma1618 8 ай бұрын
legend ultra pro max are watching 1 hr before examination
@AYUSH-pi4yb
@AYUSH-pi4yb Жыл бұрын
2:50:33 if(word ==
@bsnikhilgamer
@bsnikhilgamer Жыл бұрын
K😊
@Karanshukla01k
@Karanshukla01k 8 ай бұрын
13:23 start
@sanatani1766
@sanatani1766 8 ай бұрын
Today is 13 feb, 2024 1:05 am exam is in 9 hrs 55 mins.
@sadikhussain1086
@sadikhussain1086 8 ай бұрын
SB pdhliya tmne
@sanatani1766
@sanatani1766 8 ай бұрын
@@sadikhussain1086 naii
@sanatani1766
@sanatani1766 8 ай бұрын
​@@sadikhussain1086Aaj gm hone wala hai
@sadikhussain1086
@sadikhussain1086 8 ай бұрын
​@@sanatani1766same here 😭
@raghunandansingh50
@raghunandansingh50 8 ай бұрын
Nice explanation
@aryanprasadclass1051
@aryanprasadclass1051 3 ай бұрын
Design a class OddEven to arrange two single dimensional arrays into one single dimensional array, such that the odd numbers from both the arrays are at the beginning followed by the even numbers.
@Syhooo828
@Syhooo828 8 ай бұрын
Bro kal exam Hai 😢 By the way all the best
@SusmitaBanarjee
@SusmitaBanarjee Жыл бұрын
Sir you are too good as a teacher.Thank you soo much
@drjdmace8403
@drjdmace8403 9 ай бұрын
Thank u sir very good class❤❤
@s.monika777
@s.monika777 9 ай бұрын
1:37:15 programming starts
@ShreyaMishra-nw9qb
@ShreyaMishra-nw9qb 10 ай бұрын
Sir please aise hie ekk Methods pai bana dijiya video 1 shot types jsa apna array string k upload kr rkhaa h Humble request...!
@SHAURYASTORIES99
@SHAURYASTORIES99 9 ай бұрын
Sir what is the difference between ++y (PREFIX) and y++ (POSTFIX) can u pls tell me with an example sir pls? I’m weak in computer that is why 😮
@baburao8646
@baburao8646 9 ай бұрын
Prefix first Converts Value according to your sign and Postfix First Prints the value then converts to store it .
@SHAURYASTORIES99
@SHAURYASTORIES99 9 ай бұрын
@@baburao8646 thanks
@SHAURYASTORIES99
@SHAURYASTORIES99 9 ай бұрын
43:18 Answer is CASUAL😊😅
@iitbombay854
@iitbombay854 11 ай бұрын
Video starts on 13:03
@Pikapi724
@Pikapi724 8 ай бұрын
Legends watching this one day before their boards👽
@DeadToons-if4vc
@DeadToons-if4vc Жыл бұрын
Sir class function ka bhi one shot laiye (including constructor)
@Saarthi2047
@Saarthi2047 11 ай бұрын
agya hau😊
@K_ir4n
@K_ir4n Жыл бұрын
Sir one live session on array please ❤
@AmplifyLearning
@AmplifyLearning Жыл бұрын
Soon
@K_ir4n
@K_ir4n Жыл бұрын
@@AmplifyLearning btw Thank you sir
@forytpro5348
@forytpro5348 Жыл бұрын
​@@AmplifyLearningstill waiting sir 😢
@anishameoww
@anishameoww Жыл бұрын
​@@forytpro5348it's done
@lilracist
@lilracist 11 ай бұрын
@@AmplifyLearning still waiting sir
@AmritKumar-fz8qe
@AmritKumar-fz8qe 8 ай бұрын
Legend are watching it today morning 13 march😅
@first_ever7127
@first_ever7127 Жыл бұрын
Thanks you so much sir i am in class 10 icse and i was not able to find any good explanation on KZbin But after finding your lecture it so easy to understand Sir please it's a request that please make live lecture on user defined method and constructors Thanks once again 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
@8s_aid
@8s_aid 9 ай бұрын
🎉🎉🎉
@junaidahmad8243
@junaidahmad8243 10 ай бұрын
Program 1:37:37
@naturalvanshi4681
@naturalvanshi4681 8 ай бұрын
Exam in 12 hours 😢😢
@tanishasaha1990
@tanishasaha1990 8 ай бұрын
All the best 💀😭
@sangitarai8197
@sangitarai8197 8 ай бұрын
Sir apka app mere phone me download nhi ho rha 😭😔
@surabhimahanta5585
@surabhimahanta5585 8 ай бұрын
Who is watching this in 17 th March 😓😓😓😓 or I am the only one
@StudywithRick
@StudywithRick 8 ай бұрын
Us
@AbhishekVerma-i4d
@AbhishekVerma-i4d 10 ай бұрын
Define a class to accept a String and print the number of digits, alphabets and special characters in the string. Example: S = "KAPILDEV@83" Output: Number of digits -2' Number of Alphabets - 8 Number of Special characters - 1 ❤sir please do this programe❤
@atharvasingh2186
@atharvasingh2186 10 ай бұрын
import java.util.*; public class Main { public static void main(String[] args) { Scanner in=new Scanner(System.in); String s1; System.out.println("Enter a string"); s1=in.nextLine(); int n=s1.length(); int c=0; int b=0; int a=0; for(int i=0;i
@animeaddicted3981
@animeaddicted3981 9 ай бұрын
​@@atharvasingh2186thank you brother keep up the good work
@26482
@26482 8 ай бұрын
Ultra Legends Watching At 4:00 a.m. Before Borad Exam
@kudratdhindsa5305
@kudratdhindsa5305 8 ай бұрын
Watching 30 min before exam 😂
@meghaan7
@meghaan7 9 ай бұрын
hello sir, can you please tell if this video is sufficient for my boards this year. if not,what more should i practice
@prakashchandra3778
@prakashchandra3778 11 ай бұрын
Sir full computer applications in short ......plzz sir
@udartncrafts7789
@udartncrafts7789 8 ай бұрын
Sir please try to do it in BLUEJ
@artbysreyashi
@artbysreyashi Жыл бұрын
Sir please ISC computer science class 11
@AjeetBaliyan
@AjeetBaliyan 8 ай бұрын
On 13th at 3:49 am😂😂😂
@dilkeameer
@dilkeameer 9 ай бұрын
Sir aap jab next class le computer par then please below mein se whichever you feel like are important for our boards wo Kara dijiye...these were given to me by my teacher 1. Write a Java program to check if a given string is a palindrome. (A string is said to be palindrome if it remains the same on reading from both ends) Example: input: "MADAM"; Output: "Palindrome string" input: "HELLO"; Output: "Not a palindrome string" 2. Write a Java program to count the number of vowels and consonants in a string. Example: input: "HELLO", Output: "Vowels: 2, Consonants: 3" input: "JAVA"; Output: "Vowels: 2, Consonants: 2" 3. Write a Java program to reverse a given string without using the StringBuilder or StringBuffer classes. S Example: input: "HELLO WORLD"; Output: "OLROW OLLEH" 4. Write a program to find and display all duplicate characters in a string. Example: input: "programming"; Output: Duplicate charactera: '', '', 'm 5. Write a Java program to check if two strings are anagrams of each other. (An anagram of a string is another string that contains the same characters, only the order of characters can be different.) Example: input1: "listen", input2: "silent"; Output: "Anagrams" A inputi: "hello", input2: "world"; Output: "Not Anagrama" 6 . Write a Java program to remove all white spaces from a given string. Example: input: "Hello World"; Output: "HelloWorld" 7. Example: input: "programming", char: ''; Output: "Occurrences of 'g': 2" Write a Java program to count the occurrences of a specific character in a string. input: "hello", char: ''; Output: "Occurrences of 'z': 0° 8. Write a Java program to find the longest word in a sentence. Example: input: "Coding in Java is awesome"; Output: "Longest word: awesome" 9. Write a Java program to check if a string contains only digits. Example: input: "12345", Output: "Contains only digits" input: "hello123"; Output: "Contains characters other than digits" 10. Write a program to capitalize the first letter of each word in a sentence. Example: input: "java programmers grea:" Output: "Java Programmers Are Great" 11. Write a Java program to find and display the ASCII value of each character in a string. Example: input: "abe Java"; Output: "ASCII values: 97, 98, 99, 74, 97, 118, 97" 12. Write a Java program to find the most frequent character in a string. Example: input: "java programming"; Output: Most frequent character: " 13. Write a Java program to find the most frequent word in a string. Example: input: "Java is Java", Output: "Most frequent words 'Java'" 14. Write a Java program to reverse the order of words in a sentence. Example: input: "Java Programming is fun"; Output: "fün is Programming Java" 15. Write a Java program to check if a string is a valid ISBN (International Standard Book Number). (The Intemational Standard Book Number (ISBN) is a 13-digit number that uniquely identifies books and book-like products published internationally) Example: input: "97831604841011"; Output: "Valid ISBN" input: "123456789"; Output: "Invalid ISBN" 16. Write a program to count the occurrences of each word in a sentence. Example input: "Java is fun, java is powerful"; Output: "Occurrences of 'Java': 2, 'is': 2, 'fun': 1, 'powerful': 1 17. Write a program to find and replace a specific word in a sentence with another word. Example: input: "Hello World", replace: "World", with: "Java", Output: "Hello Java" 18. Write a program to encrypt a string using the Caesar cipher (shift cipher). Example: input: "Hello", shift: 3; Output: "Khoor" 19. Write a program to reverse the words in a sentence without changing the position of words within the sentence. Example: input: "Java Programming is fun"; Output: "avaJ gnimmargorP si nuf" 20. Write a program to input a string and arrange the words of the string based on word length. Example: input: "Java is fun and powerful" Output: "is fun and Java powerful"
@SHAURYASTORIES99
@SHAURYASTORIES99 9 ай бұрын
Poori book likha he kya??😂😂😂😂
@dilkeameer
@dilkeameer 9 ай бұрын
@@SHAURYASTORIES99 nahi bhaii 😂 bas string handling se Jo ayenge inhi mein se ayenge saare possible type hai string handling ke.
@AnilPal-u3q
@AnilPal-u3q 8 ай бұрын
Thanks bhaiii ​@@dilkeameer
@rohittt586
@rohittt586 9 ай бұрын
Topic stars from 13:10
@subhadeep1221
@subhadeep1221 8 ай бұрын
13:16
@superbrawl2250
@superbrawl2250 8 ай бұрын
Thanks ❤
@BheemSinghVlogs008
@BheemSinghVlogs008 8 ай бұрын
14:35
@afzaalsiddiqui5325
@afzaalsiddiqui5325 Жыл бұрын
Sir app amberganj mein rehte hai naa
@unijgamer8686
@unijgamer8686 8 ай бұрын
Tomorrow is my exam and I am watching this at 2 am 😂😂
@sanatani1766
@sanatani1766 8 ай бұрын
It's today bro
@unijgamer8686
@unijgamer8686 8 ай бұрын
Oh i forgot actually my syllabus is not done yet I am left with 3 program 😂😂
@akhilmishra7132
@akhilmishra7132 10 ай бұрын
Sir exam mein output writing mein ASCII code doya hoga ya hume learn karna hoga..
@AmplifyLearning
@AmplifyLearning 10 ай бұрын
Learn karlo. A-65 Z-90 a-97 z-122 Space-32
@PW_Batch_2025
@PW_Batch_2025 10 ай бұрын
Live start at 7:25
@BibhasParida
@BibhasParida Жыл бұрын
31:04 sir can i say it is run time error?
@NooriFatima-c4w
@NooriFatima-c4w Жыл бұрын
Yesss
@BibhasParida
@BibhasParida Жыл бұрын
@@NooriFatima-c4woh thanks, are you a class 10 student
@mdkarimuddin2958
@mdkarimuddin2958 8 ай бұрын
Legendz watching on 12th march day before boards exams😂
@gkbest9051
@gkbest9051 5 ай бұрын
Sir you are great
@ashokjha5847
@ashokjha5847 Жыл бұрын
1:16:35
@DeadToons-if4vc
@DeadToons-if4vc Жыл бұрын
Sir fumctuon ka oneshot bhi laiye
@iit_fans_parthiv
@iit_fans_parthiv 3 ай бұрын
Sir l am student who have not opted computer science in class 10 but taken in class 11 due to that l m confused and weaked at basic , even fail in mid term . what shall I do 😢
@AmplifyLearning
@AmplifyLearning 3 ай бұрын
Watch all the basics from this playlist: kzbin.info/aero/PLGsRpMr9gXDcT71wdnyI9PjPRC8JT8vsm&si=q1Q9zQfARP9IbKza Clear your class 10 basics first. Then move on to class 11 level programming.
@s2kempire401
@s2kempire401 Жыл бұрын
Thank you sir
@subhadeep1221
@subhadeep1221 8 ай бұрын
Topic start 13:6
@MercyChahar-i6c
@MercyChahar-i6c Жыл бұрын
You are a life saver dir
@subhadeep1221
@subhadeep1221 8 ай бұрын
Topic starts 13:6
@AkashYadav-tt5mv
@AkashYadav-tt5mv Жыл бұрын
Sir plx make video on computer class 10
@notarmaan57
@notarmaan57 10 ай бұрын
Sir is there any need of writing variable description of programs in exam?
@okbro3622
@okbro3622 9 ай бұрын
Yo, pehchana? Yes btw variable descriptions likhna mandatory hai, 13 marks program ke hote hai and 2 marks variable description ke.
@notarmaan57
@notarmaan57 9 ай бұрын
@@okbro3622 ofc pehchaan Lia dude😁 Thanks for telling😄
@online_earning-dz4pi
@online_earning-dz4pi 11 ай бұрын
You're best
@VaishnaviShaurya-l3f
@VaishnaviShaurya-l3f 22 күн бұрын
Sir please upload marathon for 10th
@prachikumari9054
@prachikumari9054 10 ай бұрын
Sir please biology class 10 ka paraha degeye n 2024 ke liye ... Please sir
@BhartiSharma-ds1ii
@BhartiSharma-ds1ii Жыл бұрын
Sir please make a video on string array
@ADDYEDITS2007
@ADDYEDITS2007 11 ай бұрын
Sir aap kon si aap use karte
@Glamgirl-h88
@Glamgirl-h88 Жыл бұрын
Thanku sir☺
@naturelovers-qy8yy
@naturelovers-qy8yy Жыл бұрын
Pls.sir bio bhi padha dijiye😊
@HUNTERGAMING-kx9db
@HUNTERGAMING-kx9db 10 ай бұрын
Is this for 10th class
@slayer_editzz1631
@slayer_editzz1631 8 ай бұрын
12 march 2024
@VirenderSingh-bh4pg
@VirenderSingh-bh4pg 9 ай бұрын
Very nice
@Chulbuliladki_5193
@Chulbuliladki_5193 8 ай бұрын
Ultra legends are watching at 13th March 1:18am 😂
@Noob-rc8lw
@Noob-rc8lw 8 ай бұрын
True
@SeemaSingh-sy2ks
@SeemaSingh-sy2ks 8 ай бұрын
Us bro us😂
@utkarshmishra8
@utkarshmishra8 8 ай бұрын
Watching at 3:00 am before exam 😭😭
@AmitPandey-bq6yl
@AmitPandey-bq6yl 8 ай бұрын
​@@utkarshmishra8us bro
@aashrithreddy8599
@aashrithreddy8599 8 ай бұрын
Bhai me toh 9 ko delh rha hun😨
@shimlapal7253
@shimlapal7253 8 ай бұрын
13 march 2024 wale attendance lagao 😂😂😂
@DeadToons-if4vc
@DeadToons-if4vc Жыл бұрын
Sir function ka bhi one shot laiye
@teweeeeeeeee
@teweeeeeeeee Жыл бұрын
how do i get the pdf?
@kingg8331
@kingg8331 Жыл бұрын
Sir can class 10 icse student watch it
@Saarthi2047
@Saarthi2047 11 ай бұрын
lash bnjuegu
@saavi1654
@saavi1654 Ай бұрын
Kl viva h isliye aayi hu 😢
@BibhasParida
@BibhasParida Жыл бұрын
Sir reverse karne ka 3rd way samaj nahi aaya😊
@Saarthi2047
@Saarthi2047 11 ай бұрын
1 like tho bnta hai
@deekshavloger345
@deekshavloger345 8 ай бұрын
Hello sir my name is anurag and I want to know that why you choose amplify learning as the name of your channel Sir please tell
@AmritRaj-hp7zq
@AmritRaj-hp7zq 8 ай бұрын
Legends are watching after boards 😅
@annonymous__313
@annonymous__313 8 ай бұрын
Watching today😂
@utkarshmishra8
@utkarshmishra8 8 ай бұрын
Kitna video complete hogya tumhara😢😢 guys
@annonymous__313
@annonymous__313 8 ай бұрын
2x pe dekh rha hun 2 ghante ki dekhli
@utkarshmishra8
@utkarshmishra8 8 ай бұрын
Oh mera bhi 2 ghante ka hogya video😅
@saudagarAafaque
@saudagarAafaque Жыл бұрын
Sir Class 10 icse geography agriculture pe video bana di jiye please
@AmplifyLearning
@AmplifyLearning Жыл бұрын
All lessons are available in our Geography course. You can enroll it either on our website or on the Amplify Learning App. Course link: amplifylearning.in/home/course/geography-class-10/13
@yshshssyusus-wg2fo
@yshshssyusus-wg2fo 11 ай бұрын
I want niven number program
@yashbhatia2444
@yashbhatia2444 2 ай бұрын
3 hours before exam💀💀
@Jocker-vx8ff
@Jocker-vx8ff 2 ай бұрын
generates error
@chandranidatta6945
@chandranidatta6945 7 ай бұрын
Why is there no explanation in english.... Difficult for non- hindi speaking chidren😌
@BilalAnsari-m3j
@BilalAnsari-m3j 8 ай бұрын
Sir please 2d array request krre hu
@Shivansh-f5g
@Shivansh-f5g 10 ай бұрын
No buddy tech like you
@neo_rider9710
@neo_rider9710 8 ай бұрын
No on 12
Computer Class 10th Revision for 2024 Exams | Important Questions ?? | Live Stream
1:58:25
Amplify Learning - with Alok
Рет қаралды 40 М.
User Defined Functions in Java | 1 Shot | Computer Applications Class 10th
30:35
Amplify Learning - with Alok
Рет қаралды 11 М.
How many people are in the changing room? #devil #lilith #funny #shorts
00:39
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 14 МЛН
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 14 МЛН
Don't underestimate anyone
00:47
奇軒Tricking
Рет қаралды 28 МЛН
Input using Constructor | Important in Java for 2025 Exams | Class 10th Computer
20:07
Amplify Learning - with Alok
Рет қаралды 5 М.
Master Python Strings in 10 Minutes! 🐍🔥
14:19
NKoders
Рет қаралды 64
Binary Search in an Array | Java | ICSE ISC Computer
18:11
Amplify Learning - with Alok
Рет қаралды 198 М.
How many people are in the changing room? #devil #lilith #funny #shorts
00:39