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..
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.
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.
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.
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.
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❤
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
Thanks you so much sir i am in class 10 icse and i was not able to find any good explanation on UA-cam 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 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
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"
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 😢
Watch all the basics from this playlist: ua-cam.com/play/PLGsRpMr9gXDcT71wdnyI9PjPRC8JT8vsm.html&si=q1Q9zQfARP9IbKza Clear your class 10 basics first. Then move on to class 11 level programming.
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
Ultra legends 💀 watching on 12 March one days before exam😂😢🎉
That's every one get's 95+tomorrow 🎉🎉🎉ji
Yupp
Revision 😂😂
seriously . are you guys done with everything in computer ?
Nooo
1:37:35 programs started
Thanks.
Thankyou
Thank you 😊
Legends are watching this video on 11 th March 2024😅😅
Bdwa😊
Hn
Itna sach nhi bolna tha yarr
😆😆😂yesss
Yes bro
Topic starts from 13:03
Thnks
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..
TIME STAMPS
13:16 Topic start
24:10 String functions
Actual legends are watching it on 15th March 😅😄
12th March, 2024 attendance laga do😂
lets all get 100 out of 100.
Legend watching before 2 days of computer exam
Legends watching on 12 th March 2024
Bhai teri computer achhi heh?
Atharv Bhai tum class 10th F ke ho naa LPS A Block ke
@@radlergaming8386 not too better
But
More than average 😅😃
@@NeelakshTiwari-o3e no bro
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.
Students, those who are watching this video on 11th march,
Me too miss
Sir a million thanks to you 😭 Your computer videos are the best! 👏🏻 i wish you taught in my school
Nice explanation
Bhaiya aap mehnat karo hum ka pata nahi per mein audience aur launga . Thanks bhaiay
Today is 13 feb, 2024 1:05 am exam is in 9 hrs 55 mins.
SB pdhliya tmne
@@sadikhussain1086 naii
@@sadikhussain1086Aaj gm hone wala hai
@@sanatani1766same here 😭
2:50:33 if(word ==
K😊
Thanks sir for your explanation
I am sure that it will help me a lot in ICSE
Legends watching video on 12th march😂😂😂
legend ultra pro max are watching 1 hr before examination
13:23 start
ultra legends watching on day before exam 95++ sure🔥🔥😅😅😎😎
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.
U can use string buffer or simply u can use array
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.
wrong programs. not running
@@nayansleben2750
Bro kal exam Hai 😢
By the way all the best
Legends watching this one day before their boards👽
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.
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 😮
Prefix first Converts Value according to your sign and Postfix First Prints the value then converts to store it .
@@baburao8646 thanks
Sir apka app mere phone me download nhi ho rha 😭😔
Sir please aise hie ekk Methods pai bana dijiya video 1 shot types jsa apna array string k upload kr rkhaa h
Humble request...!
Anyone in 2025 .?
Abe Arjan, tum yaha
@ekbalalibaig6517 kon arjan bhai .?
Sir one live session on array please ❤
Soon
@@AmplifyLearning btw Thank you sir
@@AmplifyLearningstill waiting sir 😢
@@forytpro5348it's done
@@AmplifyLearning still waiting sir
1:37:15 programming starts
Sir why have we made two methods in palindrome method? Can we reverse the word, split the sentence and check for palindrome in same method?
A respectful salute to sir🎉
Hello bhai kiya haal chaal
😊
Thank u sir very good class❤❤
Sir you are too good as a teacher.Thank you soo much
Legends are watching now
hello sir, can you please tell if this video is sufficient for my boards this year.
if not,what more should i practice
Sir please try to do it in BLUEJ
Program 1:37:37
Exam in 12 hours 😢😢
All the best 💀😭
Video starts on 13:03
43:18 Answer is CASUAL😊😅
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❤
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
@@atharvasingh2186thank you brother keep up the good work
Sir app amberganj mein rehte hai naa
Legend are watching it today morning 13 march😅
Sir class function ka bhi one shot laiye (including constructor)
agya hau😊
I wanted to ask the strategy to study for computer's
Sir please ISC computer science class 11
Is this for 10th class
13:16
Thanks ❤
Sir full computer applications in short ......plzz sir
Thanks you so much sir i am in class 10 icse and i was not able to find any good explanation on UA-cam
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 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
🎉🎉🎉
Ultra Legends Watching At 4:00 a.m. Before Borad Exam
Sir is there any need of writing variable description of programs in exam?
Yo, pehchana?
Yes btw variable descriptions likhna mandatory hai, 13 marks program ke hote hai and 2 marks variable description ke.
@@okbro3622 ofc pehchaan Lia dude😁
Thanks for telling😄
Thank you sir
Tomorrow is my exam and I am watching this at 2 am 😂😂
It's today bro
Oh i forgot actually my syllabus is not done yet I am left with 3 program 😂😂
Ultra legends are watching at 13th March 1:18am 😂
True
Us bro us😂
Watching at 3:00 am before exam 😭😭
@@utkarshmishra8us bro
Bhai me toh 9 ko delh rha hun😨
Watching 30 min before exam 😂
31:04 sir can i say it is run time error?
Yesss
@@NooriFatima-c4woh thanks, are you a class 10 student
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"
Poori book likha he kya??😂😂😂😂
@@SHAURYASTORIES99 nahi bhaii 😂 bas string handling se Jo ayenge inhi mein se ayenge saare possible type hai string handling ke.
Thanks bhaiii @@dilkeameer
Sir you are great
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 😢
Watch all the basics from this playlist: ua-cam.com/play/PLGsRpMr9gXDcT71wdnyI9PjPRC8JT8vsm.html&si=q1Q9zQfARP9IbKza
Clear your class 10 basics first. Then move on to class 11 level programming.
Who is watching this in 17 th March 😓😓😓😓 or I am the only one
Us
Very nice
54:34
On 13th at 3:49 am😂😂😂
Sir exam mein output writing mein ASCII code doya hoga ya hume learn karna hoga..
Learn karlo.
A-65 Z-90
a-97 z-122
Space-32
Sir aap kon si aap use karte
Sir please biology class 10 ka paraha degeye n 2024 ke liye ... Please sir
You are a life saver dir
Sir fumctuon ka oneshot bhi laiye
You're best
Legendz watching on 12th march day before boards exams😂
Live start at 7:25
Sir can class 10 icse student watch it
lash bnjuegu
12 march 2024
14:35
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
Sir please upload marathon for 10th
1:16:35
Thanku sir☺
Sir please make a video on string array
Topic stars from 13:10
Sir plx make video on computer class 10
Pls.sir bio bhi padha dijiye😊
Sir function ka bhi one shot laiye
Topic starts 13:6
how do i get the pdf?
Topic start 13:6
Sir reverse karne ka 3rd way samaj nahi aaya😊
49:52😂😂😂😂
13 march 2024 wale attendance lagao 😂😂😂
Are bhai computer ka exam he 13 ko
Kl viva h isliye aayi hu 😢
generates error
I want niven number program
Why is there no explanation in english.... Difficult for non- hindi speaking chidren😌
Its 12 march
Sir Class 10 icse geography agriculture pe video bana di jiye please
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