Hello sister, your way of teaching by giving clear explanation to each and every line is really semaaaa.. I dont know how to write c,c++ but after watched ur videos i learned everything CLEARLY and EASILY .. I completed BE but i dont know how to write single line in a program . after 5 years of gap i learnt from ur videos only. ur teaching gives me courage n positive way to learn coding. REALLY HATSOFF TO YOUR WORK MAM.. SALUTE TO YOU.. Please upload a videos for JAVA program also mam. I m watching ur videos mam. Thank you so much mam.
Today i saw your youtube channel...and started to learn today itself....your way of teaching is excellent mam....thankyou ❤️i have completed your tutorials
Thank you for teaching mam Your ability to make complex topics understandable and engaging truly sets you apart. The way you teache us to think and apply what we learn to real-world situations has had a lasting impact on me.thanks for your hardwork mam❤
@@vanakkam_makkalae use only print statement with space Eg. Sys.ou.pri.(" "+no);//7 space Sys.ou.pri.(" "+no + no +no)// 5 space Apdiye space reduce pannitu +no increase pannunga output vanthurum
Mam ur teaching is very clear and understandable. U r very dedicated. I can able to write a program now. Thanks a lot. I have a doubt. In the practice exercise i can able to print the output in a right triangle format only. Couldn't get in a pyramid shape.
2) import java.util.Scanner; public class Pyramid { public static void main(String[] args) { Scanner scan = new Scanner(System.in); System.out.println("Enter the number: "); int num = scan.nextInt(); System.out.println(" "+ num); // 3 space System.out.println(" "+num+num+num); // 2 space System.out.println(" "+num+num+num+num+num); // 1 space System.out.println(""+num+num+num+num+num+num+num); // not space } }
madam , Class name and object name both are named scanner in this program. It is causing a lit bit of confusion, which name is considered while using before nextline nu
Mam, I tried 1st exercise and I got an o/p:). but was unable to code 2nd exercise., is it possible to print the pyramid without a loop? till this video, we are not started yet looping pieces of stuff! pls give a hint at least to print a pyramid
Akka hari nu name input tharigala apovu enter press pannuvigala ana anga enter nextline ah varadha ( ana 5 input kudutha apram enter press panna mattu epdi adhu nextline char varum)
Ipo neenga string name ku scanner use panni access pandringa but ennaku oru doubt sis, string name apdi nu 1stu declare panna thanae atha program kulla use panna mudiyum?
Hi bro. Sorry I have not researched about budget laptops in india as live in US. Pls check with someone else. I am not the right person to suggest this.
beginners can do. u have to try. just experiment with the statement. google the error if u have any. tats how u can learn. if i give answers u can never learn.
@Monish Kumar Solanki yes 💯 bro python & JavaScript are easy in Python print("Hello world") in JavaScript console.log("Hello world") I Know HTML CSS Js & python but my senior wants me to learn Java also 🥱
Mam, if we getting string input String a= scanner.nextLine(); now we click 'Enter' then again we getting sting input String b= scanner.nextLine() here previous "enter" character will automatically assign to b ? please explain it mam.
@@LogicFirstTamil neenga solra maathiri pota multiply aagudhu If the user enter 5 System.out.println( " Enter a " ) ; Int a = input.nextInt(); System.out.println( a ) ; System.out.println( a * a ); Ipdi pota eppadi akka varum adhu multiply thaana aagum Result : 5 25
@@selva3058 oh sorry. I dint remember the pyramid question in this video. No, for this you dont need loops. Pls try on your own. There is no use of me giving the code.
Hello sister, your way of teaching by giving clear explanation to each and every line is really semaaaa.. I dont know how to write c,c++ but after watched ur videos i learned everything CLEARLY and EASILY .. I completed BE but i dont know how to write single line in a program . after 5 years of gap i learnt from ur videos only. ur teaching gives me courage n positive way to learn coding. REALLY HATSOFF TO YOUR WORK MAM.. SALUTE TO YOU.. Please upload a videos for JAVA program also mam. I m watching ur videos mam. Thank you so much mam.
sure. very happy to read ur comment. Thank u.
After started to watching your video, I got the confidence..Really a great job 👍..God bless you mam..
Today i saw your youtube channel...and started to learn today itself....your way of teaching is excellent mam....thankyou ❤️i have completed your tutorials
Akka first time pathathum purichuruchu ...good teaching arumai
second program :import java.util.Scanner;
public class pyramidstatement {
public static void main(String args[]) {
Scanner scanner=new Scanner(System.in);
System.out.println("Enter a Number");
int number=scanner.nextInt();
System.out.println(" " +number);
System.out.println(" " +number+number);
System.out.println(" " +number+number+number );
System.out.println(" " +number+number+number+number);
System.out.println(" " +number+number+number+number+number );
}
}
bro ore line a print aaguthu enna pandrathu
@@sanjayOfficial-k6t intha code ah copy pani paste panni parunga bro
@@karpagaveniv4978 I have doubt suppose namba string podalana it start to add the number right, its looks bit complex
@@Mastertheblaster2 which line bro
Thank you for teaching mam Your ability to make complex topics understandable and engaging truly sets you apart. The way you teache us to think and apply what we learn to real-world situations has had a lasting impact on me.thanks for your hardwork mam❤
❤
Really i have no words to say I gave up confidence in coding.but your videos are so elegant to learn without any basic knowledge.
Such a good voice with beautiful explanation in tamil..... Thank uuu soooo much sis
Thank you mam for this wonderful series ,It is very useful for me to learn Java..
Thank you so much for your effort put into this playlist. I learned so much. Thanks a lot. 🙏🏽
Thanks mam
2 exercise completed successfully
how did you do the second one?
how did u get the pyramid structure.. can u explain
@@vanakkam_makkalae use only print statement with space
Eg.
Sys.ou.pri.(" "+no);//7 space
Sys.ou.pri.(" "+no + no +no)// 5 space
Apdiye space reduce pannitu +no increase pannunga output vanthurum
@@harishcse8620 thank you very much
@@harishcse8620 okay
Semiya class edukuringa super ah puriyuthu super akka ! apram java complete ah nadathunga akka
its time consuming for each topic. nearly impossible for me to make full video. i will upload in a playlist. pls watch from tat.
Hatsoff mam.finally understood these lines which we were asked to mugup
thanks for giving good explaination and i request u to give more tutorials for our training
Thank you so much.
I was watching videos It's helped my confidence level improve.
Wowowwww sema explanation 🔥🔥🔥😍😍😍😍...Hats off to you sistaaaa...veryy proud of you🔥🔥🔥🔥
Super mam.. Very good explanation.. Really thank u
ur videos is my biggest source.......Thank you.......
Please share with your friends Hemanandh.
great teaching thank you for the clarification 😇
I will try your your exercise mam and I do that correctly
Supper teaching 😍😍
I tried mam , i felt soo great about getting the output...😊
What is the logic ???
Super explanation madam....
Akka can you give more problems or where to search Java basics problems for each and every topics...?
Mam ur teaching is very clear and understandable. U r very dedicated. I can able to write a program now. Thanks a lot. I have a doubt. In the practice exercise i can able to print the output in a right triangle format only. Couldn't get in a pyramid shape.
adjust spacing.. its easy oly..
Thank you so much mam for making this video.
import java.util.Scanner;
public class InputDemo {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.println("Create a pyramid");
int a = sc.nextInt();
System.out.println(" "+a);
System.out.println(" "+a+" "+a);
System.out.println(" "+a+" "+a+" "+a);
System.out.println(" "+a+" "+a+" "+a+" "+a);
}
}
2) import java.util.Scanner;
public class Pyramid {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println("Enter the number: ");
int num = scan.nextInt();
System.out.println(" "+ num); // 3 space
System.out.println(" "+num+num+num); // 2 space
System.out.println(" "+num+num+num+num+num); // 1 space
System.out.println(""+num+num+num+num+num+num+num); // not space
}
}
Akka keep rocking...🤘🤘
Thanks for the good explanation
Super nga sis ... ❤🎉
Thanks for this video ♥️
Sister nenga kudutha exercise epdi poduradhu idea ila same indha video 5 time pathuten
Super explanation sis🤗...
package pyramid;
public class exPramidShape {
public static void main(String args[]) {
System.out.println(" 7");
System.out.println(" 777");
System.out.println(" 77777");
System.out.println(" 7777777");
}
}
Nice explanation.
Good explain ma'am
I have a dowde ma'am last line print all are add value but not congatinate how to join last line
import java.util.Scanner;
public class canner
{
public static void main(String args[])
{
Scanner in=new Scanner(System.in);
System.out.println("enter th number");
int a = in.nextInt();
System.out.println(" " +a+ " ");
System.out.println(" " +a+a+a+ " ");
System.out.println(" "+a+a+a+a+a+" " );
System.out.println(""+a+a+a+a+a+a+a+"" );
}
}
is this correct
scanner cannot be resolved to a type eclipse error varuthu, na import java. Util. Scanner kudutha apium error varuthu yana madam panurathu
thanks for clear explanation
hi can you share or explain the program about to create the pyramid.
Akka pryamid program poda soninga athu javala ya or c laya Java epdi podurathu ..doubt iruku sollunga sister
Thank you Mam!
madam , Class name and object name both are named scanner in this program. It is causing a lit bit of confusion, which name is considered while using before nextline nu
You need to use the object name
Maam system tell java.util.scanner cannot be resolved I don’t know what to do?
Mam love you mam tq 💥💥💥💥🥰🥰
Thanks sister great help
Superb thank you mam
Sister char value va scanner panna mudiyatha?
Mam, I tried 1st exercise and I got an o/p:). but was unable to code 2nd exercise., is it possible to print the pyramid without a loop? till this video, we are not started yet looping pieces of stuff! pls give a hint at least to print a pyramid
ideally you need a loop but you can do without loop. Just give many print statements and adjust the spacing.
@@LogicFirstTamil Okay..Thank you mam
@@LogicFirstTamil i too thought that
But its code redundancy right?
at this stage, this exercise is only meant to have better grasp of print statement. we should not do this after learning advanced concepts.
@@LogicFirstTamil 👍👍
Akka Java la string nu oru data type irukka? Pothuva string ah store pandrathukku array (collection of elements) thaana use pannuvom
it is a class. not datatype
Nan scanner class program podum pothu scanner class not found error msg display aaguthu please solution sollunga
akka pyramid program finish panniten but athula oru visiyam pathen
Dear mam.
Now I try to Scanner input for character, it was error occurred. How to clear this error? Kindly help me
for character u need to add some special methods. i have explained in a later video. leave it for now and keep watching.
Mam plz upload ... Add, update,delete, search.. By using array concept in java
check dsa playlist. it is there already
@@LogicFirstTamil where it's?
I can't able to see
Akka hari nu name input tharigala apovu enter press pannuvigala ana anga enter nextline ah varadha ( ana 5 input kudutha apram enter press panna mattu epdi adhu nextline char varum)
Ipo neenga string name ku scanner use panni access pandringa but ennaku oru doubt sis, string name apdi nu 1stu declare panna thanae atha program kulla use panna mudiyum?
declared and initialized. u dont have to declare at top
When will you upload next lecture mam ?
Hello mam,i can only able to achieve half triangle.What should i do?
int number;
Scanner input= new Scanner (System.in);
System.out.println("Enter a number");
number = input.nextInt();
System.out.println(" "+number);
System.out.println(" "+number+number);
System.out.println(" "+number+number+number);
System.out.println(""+number+number+number+number);
}
}
Tqsm✨
Super ❤❤
Enkitta laptop kooda Illa enaku endha laptop vanganamnu theriyala neenga budget laptop edhavadhu suggest paningana na adha vanguva pls akka sollunga pls🙂
Hi bro. Sorry I have not researched about budget laptops in india as live in US. Pls check with someone else. I am not the right person to suggest this.
@@LogicFirstTamil thanks for your reply sister🥰
3.00 how to know which class is inside which package?
Sister beginners epdi exercise programs own ah pofurathu therila.
Neenga kudutha Enaku epdi ciding write pannauthy nu sollunga😅
beginners can do. u have to try. just experiment with the statement. google the error if u have any. tats how u can learn. if i give answers u can never learn.
I have a doubt in this chapter sisy... Last Ahh namma enda number use pannalum after namma anda scanner podanum soningala....
Mam how to get date as user input mam can u teach plz
Can you please show me the second program code...!?
Mam actually enaku output varuthu... But enna problem na.. Ebaku ore line la varuthy without space
Scanner use pannum podhu it cannot be resolved or is not a field varuthu ena pnrathu adtha resolve pnrathuku
superb
I think pyhon is easy when compared to java
@Monish Kumar Solanki yes 💯 bro python & JavaScript are easy
in Python print("Hello world")
in JavaScript console.log("Hello world")
I Know HTML CSS Js & python but my senior wants me to learn Java also 🥱
@Monish Kumar Solanki yes 💯 bro so that I have started to learn Java before 1 month I think it takes almost 4-6 months for me to complete java
Could not find or load main class inputdemo nu error varuthu
Akka ninka yen java la applet concept yen include pannala
How to get fraction as input
Mam, if we getting string input String a= scanner.nextLine(); now we click 'Enter'
then again we getting sting input String b= scanner.nextLine() here previous "enter" character will automatically assign to b ?
please explain it mam.
why dont you try and check ?
@@LogicFirstTamil I tried it mam, it working well but how ? why previous line "enter" character not assigned?
Since it is nextLine(), the enter will also be counted as string and assigned to 'a' itself. The problem arises only for scanning numbers.
@@LogicFirstTamil Thank you so much for your explanation mam
Thanks mam
Hi Sis, please make a video for the pyramid , I tried but not getting the ans...plss akka
just give 5 print statements and inside that give stars. adjust spacing
@@LogicFirstTamil Mam I Can't
@@LogicFirstTamil neenga solra maathiri pota multiply aagudhu
If the user enter 5
System.out.println( " Enter a " ) ;
Int a = input.nextInt();
System.out.println( a ) ;
System.out.println( a * a );
Ipdi pota eppadi akka varum adhu multiply thaana aagum
Result :
5
25
@@comicmannan4564 did u get crt ans
Non static method nextint() cannot be referenced from a static context nu error varuthu .. pls sollunga
post ur code
@@LogicFirstTamil got the answer ka.. 😅nextint la I capital podala. Thanks. 👍
Madam char type inuput eppadi vaanguradhu. nextChar() kudutha error varudhu.pls reply
keep watching. i have explained
Thanks 😊
.nextInt explain panuga sister
Akka na +12 fail but enaku programming kathukanunu aasaiya iruku na kathukka mudiyuma akkka
yes u can. first learn c from my channel
Appo na first c dha learn pannanuma akka appo Java first learn panna mudiyadha
Irundha ivlo seekrama reply pannadhuku romba thanks akka 🥰
@@ajay_nc7307 mudiyum. but c is easy for beginners
Neenga edha refer pannuvinga madam java ku?🙏🏻
complete ref for now
👍🏻
Sister ithukku for loop insert pannanuma
no
Andha exercise enga irundhu edukiringa madam?
m giving on my own mostly
👍🏻👍🏻👍🏻👍🏻👍🏻
Mam ena compiler use pandringa
u mean ide? eclipse
@@LogicFirstTamil ss wich ide for java ??
@@vijayrock7071 Eclipse
Mam Java is not pure oop based
Check 1:12 timing
I said by mistake
@@LogicFirstTamil 👍😊
Import declare panna enaku errors kattuthu akka
tnx ka
Mam pyramid program epdi pandradhu ....any clues???
check my c interview prgms
Super mam. I dont how to print number in pyramid method please tell mam
Need answer for the pyramid program
pls try on ur own. u can do it. no use of seeing my code.
I got the input but can't code how to use the input for printing pyramid
Mam neeinga yen premior mode try panna கூடாது
That means
Akka today episode poduinga....🤗
sorry.. dint edit. will upload tomo
@@LogicFirstTamil ok akka....
@@LogicFirstTamil akka pls upload the video very soon bcz I am learning java from your channel only akka......🤗🤗
Notes iruka akka neega teach panatuku ?
nope.
@@LogicFirstTamil ok akka
Can you share the pyramid program pls.....
Pls check c interview playlist. Same code in java.
@@LogicFirstTamil Should i use loop to get result
@@selva3058 oh sorry. I dint remember the pyramid question in this video. No, for this you dont need loops. Pls try on your own. There is no use of me giving the code.
Sure
Akka I have tried this but unable to get email ID . I have used string data type.
wats the problem
Screen clear illlanga
it is clear. pls allow buffer time in case of slow connection
Mam please give different name for object comparing to the class name because it making me to confused bcuz i was a begginer
👍👍👍
💥💥