Bhai tu na hota to 18 tareek me paper ke din mera kiya hota thanks you hamara master to school me dhang se na parata or tusion ki fees bhi 800₹ kar rakhi hai.
Sir when nested for loop segment is given and if we are asked to state how many times the loop runs so sir what we have to state i mean the no. Of times outer loop runs or the inner loop?
In that case, the question will specifically ask you whether its asking for outer loop or inner loop. And if it's not asked, then you can write the no. of times for both loops.
Sir,I have a Doubt in g(i),i.e,when we take a number from underroot the value will be in plus or minus format na sir,for ex.Underroot 25=+- 5 or plus or minus 5 na sir?
sir please do sum of series program...i never understood programs until now...sir may God bless u as u do so much hardwork for us ...hats off to u sir...i make a promise that ill surely get 90+ as i have a great teacher like u ...sir keep posting
The java string compareTo() method compares the given string with current string lexicographically. It returns positive number, negative number or 0. It compares strings on the basis of Unicode value of each character in the strings. If first string is lexicographically greater than second string, it returns positive number (difference of character value). If first string is less than second string lexicographically, it returns negative number and if first string is lexicographically equal to second string, it returns 0. Example: s1.compareTo(s2) if s1 > s2, it returns positive number if s1 < s2, it returns negative number if s1 == s2, it returns 0
Bhai tumhari muskurahat bhut meethi hai par loved your videos❤️❤️❤️❤️ aur mujhe comp bilkul nhi samajh aati thi par aapki video dekh ke cover kr rha hu Love from kanpur ❤️❤️
sirrr .. thnqq .. Sir 1 last query sir... sir I have done everything in theory. (including ten years back) .. I have done functions classes strings logical programs and patterns/series .. so sir Do I need to do anything else .. sir plzz telll.. coz i m very tensed.. this is one of the subjects I disklike most....😔😲
Programs like checking Prime number, Automorphic number, Pronic Number... (etc etc) All these types of programs are logical programs, where you have to make a logic to solve these.
@@rewatisahu9813 You can download this app from playstore and go to program section, there a lot of logical programs are given there. Search for " number " in the programs section of this app, and you will many number or logical programs there. play.google.com/store/apps/details?id=amazingapps.learnjava
Sir imp differences smjga dijiye mujhe actual formal parameter... call by value call by ref yd krne me bht dikkt hori h yd hora h fr bhul jari hu plzz hlp sir
Bro these are little simple . My school teachers gave us much harder in online exams and I failed . I am feeling sad that there is no function of uploading photo in youtube otherwise I would have showed you how much harder were they 😥😥
Bhaiya please app 2012 computer applications question no.4 please solve or explain kar dijiye 🙏🙏🙏🙏🙏🙏🙏 because you explain very well and clear all our doubts ☺️
Sir please please removing words with more than 1 occurrence to only one occurrence at initial position Example: Input:ram is the is good is boy the Output:Ram is the good boy
public class RemoveDuplicate { public static void main(String[] args) { String input="Welcome to Java Session Java Session Session Java"; //Input String String[] words=input.split(" "); //Split the word from String for(int i = 0; i < words.length; i++) { //Outer loop for Comparison if(words[i]!=null) { for(int j= i+1; j < words.length;j++) { //Inner loop for Comparison if(words[i].equals(words[j])) //Checking for both strings are equal { words[j]=null; //Delete the duplicate words } } } } for(int k=0;k
Sir can u plzz solve this one..... int x=2,y=50; do { ++x; y-=x++; while(x less than=10); return y; } I want the output of this and also how many times the loop is being executed??? Plzz sir answer it now
Guys, in the (g) part I forgot to mention that it will be
(i) 10.0
(ii) 22.0
As they are double return type functions. So bear with me, for there. Ok.
its ok sir
Yes!
@@poonamgambhir1307 yes
@@ShubhSinha thanks!
But why u wrote 25^-0.5 why minus sign ..I didn't understand ??
The real teacher in my life 👈🙏🙏🙏
Bhai tu na hota to 18 tareek me paper ke din mera kiya hota thanks you hamara master to school me dhang se na parata or tusion ki fees bhi 800₹ kar rakhi hai.
I'm glad to know that my videos are helping you. 😊
For what you are learning java
Kaisa gaya ?paper?
@@aryanrajput6588 above average aye ❤️ warna fail tha me
@@b2karmy839 taki pass ho jau 😂
Starts on 0:12
Thnx bhai 12 sec bacha diye😢
You are a real man thanks for explaining
Thank you, Swayam Barpanda 😊
One of the best conputer video
YOUR ALL CLASS OF JAVA ARE REALLY HELPFULL
Thank you So much Sir!! Aaj Exam h👍👍
Thank you so much sir...this is helping me a lot..A big Salute to you
Reupload?
That video had something missing, please do watch this one for better clarification. Ok.
sir what is the function of equals(); ?
I have uploaded a video on String Functions, you can see it there.
👍
Sir when nested for loop segment is given and if we are asked to state how many times the loop runs so sir what we have to state i mean the no. Of times outer loop runs or the inner loop?
In that case, the question will specifically ask you whether its asking for outer loop or inner loop.
And if it's not asked, then you can write the no. of times for both loops.
@@AmplifyLearning Thank you sir.
Thank u so much sir for your fab explanation it helped me so much😊👍👍👌👌
Thanks.. It really worked.
apki videos mujhe bohot help karti hai mere har dout clear hote hai apki video dekh ke
Sir,I have a Doubt in g(i),i.e,when we take a number from underroot the value will be in plus or minus format na sir,for ex.Underroot 25=+- 5 or plus or minus 5 na sir?
Only 5.......negative number ka under root nahi hota
@@sushmachand1588 thx dear
Sir h(ii) mein we can also find by counting the letters in it .
TRANSPARENT has 11 letters and TRANSITION has 10 letters. By this also we can do
P is 16 th in English alphabet and I is 9th
So 16-9=7
Be happy ,,I hope it will help u
Pls for loop pe or programming base videos needs...it
Thankyou so much sir......very useful video...
Thank you sir for clearing my doubts thanks a lot!
Thank you sir for your valuable suggestions 😊😊
You're welcome, Simranjeet Kaur.
Sir because of your video I got full marks in theory once again thank you 😊😊😊
sir please do sum of series program...i never understood programs until now...sir may God bless u as u do so much hardwork for us ...hats off to u sir...i make a promise that ill surely get 90+ as i have a great teacher like u ...sir keep posting
You are the best 👍👍👍
Thanks
Thank you ..
Pls, solve the series using multiple initialization only :
x /5 + x²/10 + x³/15 + ........ xn/n
Pls tell today only
@@devanshpratapsingh9871 Well
Sir what value is returned by Math.round? Integer or double value?
Math.round returns an int or Integer value.
@@AmplifyLearning thanks sir😊
Please take care of data type also in outputs
Okay
Sir pls put then videos on all the letters sky value whatever you had said the value of P and I
5:39 sir one question if math.floor return double type so it should be 7.0 then output must be 22.0 can you tell please
Loop execute me aur video bna dijiye please sir
Sir plz upload a video on series.
Series programming is difficult
Plzzzzzz sir!!!!!!
Sir, can you please tell me about compareTo function again?
The java string compareTo() method compares the given string with current string lexicographically. It returns positive number, negative number or 0.
It compares strings on the basis of Unicode value of each character in the strings.
If first string is lexicographically greater than second string, it returns positive number (difference of character value). If first string is less than second string lexicographically, it returns negative number and if first string is lexicographically equal to second string, it returns 0.
Example: s1.compareTo(s2)
if s1 > s2, it returns positive number
if s1 < s2, it returns negative number
if s1 == s2, it returns 0
CompareTo me negitive number aa sakta hai sir ?
Yes
which software do you use
Sir class 9 icse ki java programming ka video banadijiye
Thanks alottttt sir ..... May God bless you always ❤❤🙏🙏
Bhai tumhari muskurahat bhut meethi hai par loved your videos❤️❤️❤️❤️ aur mujhe comp bilkul nhi samajh aati thi par aapki video dekh ke cover kr rha hu
Love from kanpur ❤️❤️
sir what is the ascii value of small a
a - 97
z - 122
@@AmplifyLearning thank u soo much sir
U can get capital A too it's 65
Sir please made more videos on program
Kya aap ASCII values bata skte h??
Sir more vedios on output prediction plzz toaday
sirrr .. thnqq ..
Sir 1 last query sir...
sir I have done everything in theory. (including ten years back) ..
I have done
functions
classes
strings
logical programs
and patterns/series
.. so sir Do I need to do anything else ..
sir plzz telll..
coz i m very tensed.. this is one of the subjects I disklike most....😔😲
Array (Searching and sorting)
Bubble sort
Selection sort
Linear search
Binary search
Study them too, everything will be complete.
okhh sirr.. thnqqq
Thanks sir i have also same query
@@aniketverma6126 Yes, that's enough. And rest it depends on your programming skills. Work hard, you will score good there.
Sir only series programs confuse me very much can you make video on it please make video on it i am very greatful of your,s please make 😊😊😊😊😊☺
Thanku sir
Best java video
What is absolute value ?
In math.ceil, it returns double type value so it will be 5.0 and therefore the answer will be 10.0 No problem it happens.
I have given that in the pinned comment.
@@AmplifyLearning Yes I saw that.
How to do logical programming??? Plz sir
Programs like checking Prime number, Automorphic number, Pronic Number... (etc etc) All these types of programs are logical programs, where you have to make a logic to solve these.
Have you done, any of them earlier?
No sir so, now what will we have to do
@@AmplifyLearning tried some now 50% ok ...
Next 50 plz help sir...
@@rewatisahu9813 You can download this app from playstore and go to program section, there a lot of logical programs are given there. Search for " number " in the programs section of this app, and you will many number or logical programs there. play.google.com/store/apps/details?id=amazingapps.learnjava
I hope this works and my exam becomes great!! 🙏🙏😊😊
Sir why you have used math.abs function??
because of the 2 straight lines before a and b, they denote absolute values in maths
sir 1st question main semi colon lagaega kya last mai?
Yup
Buffer reader kya hota hai uspe video banaye please help me mujhe buffer reader samjh nahi aa rhaa hai bdway you have a fabulous teaching skills👍
Sir you are great🙋🙋
Thank you
Keep it up Sir
Good video....
do we have to learn all ascii codes?
No, but you must know the range for letters. Bcoz you may need that in questions.
Thnkuuu sir🙏🙏
in question (g) i: the answer is 10.0 not 10
ii: the answer is 22.0 not 22
if you write 10 and 22 as answer your marks are deducted
What you said in question h-ii what is askye value
Thanks, it was very easy to understand
plzz more videos on this type of ques plzzz 😢😢😢😢😢😢😢😱😱😨😨😵😵😵😵😵😭😭😭😭😭😭😭
Math.floor(725.9)...
Iska kya hoga??
725.0 will be it's answer.
725.0
Sir pls about member variables
Thank u sooo much......😇😇😇😇
Part h me statement kya likhna parega sir
Please batayiye
You only need to write the output.
Working is just done roughly, as i did there
@@AmplifyLearning okay sir thanks
Thank you Sir
Compare to gives a negative value as output
Not always..
Thnku
Sir imp differences smjga dijiye mujhe actual formal parameter... call by value call by ref yd krne me bht dikkt hori h yd hora h fr bhul jari hu plzz hlp sir
See this: qph.fs.quoracdn.net/main-qimg-af1dcfee9cd4a09e74722c19167a34e4.webp
Thanks
Add one video for constructor program
I have uploaded one video on constructors. Go to the videos in my channel and there you can watch it.
bhai you are great
Nice👌
Thnx
sir please tell the g(i) part
Good video 👍
Sir float or decimal value nahi lega
sir you are awsome
Fibonacci series program @Amplify Learning - with Alok
It's already there, watch it: th-cam.com/video/ufae4mRSYbs/w-d-xo.html
Sir question f mein bracket nhi diya ha tab AAP kai se laga deya
Sir please tell the last question compare.to one🙏
Apne kya channel na nam change kar liya
Yes, but now it will remain this.
5:33 as you've mentioned, that it would become 15, but previously you've told us that if the number is even, the round off becomes the lower value?
25 ki power -1/2 thaa fir to fir root 25 kyun power minus main thiii????
Sir please make on series it seemed to be difficult
Bro these are little simple . My school teachers gave us much harder in online exams and I failed . I am feeling sad that there is no function of uploading photo in youtube otherwise I would have showed you how much harder were they 😥😥
I have tried logical programs but i couldn't solve them. Please make a video for solving logical programs
Try to see this video, you will learn how logical programs are made.
(One, Prime no.) th-cam.com/video/9cL8ocp8SFs/w-d-xo.html
@@AmplifyLearning ok thank you
Bhaiya please app 2012 computer applications question no.4 please solve or explain kar dijiye 🙏🙏🙏🙏🙏🙏🙏 because you explain very well and clear all our doubts ☺️
Thank you so much sir💯
sir,you forgot "-"in 1/2 in g part 1
It's not - 0.5 It's 5^0.5
int q2 n's value was 6 not 8
anyway great video sir
Good
Sir, compare to give only 3 value
1,0,_1
No, it gives
1) a positive value
2) a zero
3) a negative values
(not always 1 or -1)
if I write like this I get marks or not
Maja agayaa
Sir computer ki theory ke imp questions bta dijye it's my humble request plzzz sirr
we have read in book
Sir please please removing words with more than 1 occurrence to only one occurrence at initial position
Example:
Input:ram is the is good is boy the
Output:Ram is the good boy
public class RemoveDuplicate
{
public static void main(String[] args)
{
String input="Welcome to Java Session Java Session Session Java"; //Input String
String[] words=input.split(" "); //Split the word from String
for(int i = 0; i < words.length; i++)
{ //Outer loop for Comparison
if(words[i]!=null)
{
for(int j= i+1; j < words.length;j++)
{ //Inner loop for Comparison
if(words[i].equals(words[j])) //Checking for both strings are equal
{
words[j]=null; //Delete the duplicate words
}
}
}
}
for(int k=0;k
Amplify Learning - with Alok completely awesome.....sir
Vo wali video kyu delete ki?????????????
That video had something missing, please do watch this one for better clarification. Ok.
Sir can u plzz solve this one.....
int x=2,y=50;
do {
++x;
y-=x++;
while(x less than=10);
return y;
}
I want the output of this and also how many times the loop is being executed???
Plzz sir answer it now
agar last questions main pehle * I * hota fir *P * hota kya answer firbhi +7 hi hota??? pls jaldiii batao
Then it would have been a negative number ie, -7
ParthaJyoti Roy i think it would be( - 7)in that case
Amplify Learning - with Alok thnx a lot 😊
Geeta and Rajeev thnx