hello mam , your lectures are really good and easy to getting , but i have a small doubt that.what if the binary value of 0101 with the code that you used to convert binaryto decimal . i think it wil be error because if the integer starts with 0 then it is not in the range of integer .
Ma'am please cover topics like this in a lecture video itself and do not make small videos like this, no one made a rule to restrict to lecture title only The reason being this video is very basic and many have done this topic already, Java lecture are on alternate days, so this kind of topic are not enough for 2 days of time span
Mam lacture to sahi sai liya karo yai koi race nhi hai lacture agr bada hoo raha to honai doo lakin sahi sai padhaoo nhi to agai sai itna comment karunga kii aapkai place pai koi or lacture lainai aayaingai aapki yai turant turant bhagnai kii wajah sai yai pura DSA series kharab hoo jayaigaa first & last time mainai baata diya i hope aap yai comment padh lai
import java.sql.SQLOutput; import java.util.*; public class Main { public static void main (String args[]) { Scanner sc =new Scanner(System.in); int arr[],ar[];int j=0;int m=1000; arr=new int[m];ar=new int[m]; System.out.println("Enter a decimal"); int n =sc.nextInt(); System.out.println("Decimal="+n); while(n>0) { arr[j] = n%2; j++;//arr.length(); n=n/2; } int k=0; System.out.println("Binary :"); for(int i=j-1;i>=0;i--) { System.out.print(arr[i]);//6 equals 011 ar[k++]=arr[i]; } System.out.println(); int s=0;k=0; for (int i = 0; i < j; i++) { s=s+arr[i]*(int)Math.pow(2,i); } System.out.println("Dec = "+s); } } Is this method okay maam?
JAVA Doubt Form
👉docs.google.com/forms/d/e/1FAIpQLSdcPa59lJTjcMYv9Z_GxViyPJJVKkGk_rB-3ZJmilE5bsInuw/viewform
Mam plz give us annotated slides as notes it will help us to better review pura lecture yad aa jata hai aise
Mam bahut aacha samjhaya...crystal cleared...
Thank you ALAKH sir for this session❤..we are really enjoying it✌
hello mam , your lectures are really good and easy to getting , but i have a small doubt that.what if the binary value of 0101 with the code that you used to convert binaryto decimal . i think it wil be error because if the integer starts with 0 then it is not in the range of integer .
I already learnt in class. 11 so today lecture are very easy and conversion question are already solves in class 11
Ap isc board se ho na?
Html and css please sir you are doing a great job
day 10 complete 😊😊💯
Aap bhi first time java learn kar rhe ho
I am a beginner😢😢
nice explanation
Ma'am aap bhoot acha padate ho ❤️❤️
Mam please make more videos on loops and please make a discord community for doubts 🙏mam aaj ka lecture samjh nhi aaya😓😓
Ha🥲
Right
Guys if you are lagging anywhere you can connect me I can help...
@@manmathkar5928 hey bro
@@cricketbrain6479 Hey hii
assignment kaha mile gii koi baataye gaa pw skill pe kaha hai,hamne to serch kiya mila hi nahi
Good One
Beauty with brain ❤️
thank you maam very helpful video
2:12 pm
Saturday, 29 July 2023 (IST)
Time in Ghooghra, Rajasthan
Thanks man but i have much doubt on loops concepts
What is your doubt
@@ffcolax2281 bhai pattern ke question solve nhi ho rhe hai. aur assignment me sirf ek question solve hua hai
@@sumittiwari231 hii
@@ffcolax2281 hmm
Ok
why did you remove the session of version control and how to do it by github???
The assignments are not present on the website from where should i get it😢
12:54 pw=1; after increasing p*=2=2, it should be 1?
please tell me anyone
Tq mam
Hello mam big fan ❤️❤️
Please early start oops in this course.
You have very good teaching skills.
Please i want to daily one lecture.
Thanks mam.
Mam notes and assignments are not showing on the website .it might be a technical glitch. Mam please do the needful.
Open it in mobile
@@yashpawar10 ya i opened it in mobile also but it's not showing notes and assignments
@@yashpawar10 login and logout again
Ma'am please cover topics like this in a lecture video itself and do not make small videos like this, no one made a rule to restrict to lecture title only
The reason being this video is very basic and many have done this topic already, Java lecture are on alternate days, so this kind of topic are not enough for 2 days of time span
Mam android ka course kab suru ho raha he
Website sa notes download nahi ho pa hara haa
Hey pw skills
I didn't get notes from website
Plz do something
in pwskills I am not able to find my assignment so please help me .
any one can send assignment link for pratice?
A different approach though, but interesting!
maam mai PW webside pe ja raha hu par course me enroll he nahe kar pa raha hu
to maam muze notes ,homework question nahe mil rahe hai
Mam please make video on program of number system
I love java
mam aap code ko dry run kyu nhi kerti
ma'am java DSA question pw website uploadd
Mam pls tree data structures leke aao plssss.
Decimal to binary is not working for 4 digit numbers
14:36 its 1011 = 11 not 11011 = 27
Mam loop k liye thode aur videos lao bhoot doubts aare hai!!😇
notes nahi mila
Mam its coming 404 page not found
Ma'am graph bhi karayiye
JavaScript ka course laiye sir
Maam pls loops ke aur concept chahiye pls
Neso academy channel pe mil jaega
.BinaryToString()
Mam revision oneshot video please
Binary numbers k aur questions karwaiye abhi binary number clear nahi hua
Any one able to get notes ??
login and logout again
Mam please clearly teaches us array
Assignment ka 5th que mein decimal aur integer ko separate kaise kare?
Kise ko pata ho to bata dena
bhai assignment kaha hai
Python ka video banaye mam
Samajh nhi aaya
Decimal to binary galat h😮
Loops ache se samjha nahi mam....ek baar ache se samjha do
ghanta kuch samajh nahi aya
you are a not good teacher in terms of explanation alos compare to raghav sir
Mam lacture to sahi sai liya karo yai koi race nhi hai lacture agr bada hoo raha to honai doo lakin sahi sai padhaoo nhi to agai sai itna comment karunga kii aapkai place pai koi or lacture lainai aayaingai aapki yai turant turant bhagnai kii wajah sai yai pura DSA series kharab hoo jayaigaa first & last time mainai baata diya i hope aap yai comment padh lai
Mam u dont explain well.
You are wrong bro learn all step one by one
You must have some basic knowledge about java , if you start from zero then it will create problems to understand but not too much.
bhai maine 3 baar java pada hai ek baar paid course bhi leye hai . isleye bol rha hoon mam bahut badiya pda rhi hai
@@sumittiwari231 but bro i dont understand khu mujhe samaj me nahi araha he
You can watch kunal's java DSA Bootcamp. Its one of the best
20 decimal
1 0 1 0 0
16 8 4 2 1
Binary = 10100
import java.sql.SQLOutput;
import java.util.*;
public class Main
{
public static void main (String args[])
{
Scanner sc =new Scanner(System.in);
int arr[],ar[];int j=0;int m=1000;
arr=new int[m];ar=new int[m];
System.out.println("Enter a decimal");
int n =sc.nextInt();
System.out.println("Decimal="+n);
while(n>0)
{
arr[j] = n%2;
j++;//arr.length();
n=n/2;
}
int k=0;
System.out.println("Binary :");
for(int i=j-1;i>=0;i--)
{
System.out.print(arr[i]);//6 equals 011
ar[k++]=arr[i];
}
System.out.println();
int s=0;k=0;
for (int i = 0; i < j; i++)
{
s=s+arr[i]*(int)Math.pow(2,i);
}
System.out.println("Dec = "+s);
}
}
Is this method okay maam?