package firstprogram; public class garden { int apple_count=5; int apple_price=20; void total_money() { System.out.print(apple_count*apple_price); } public static void main(String[]args){ garden obj1=new garden(); obj1.total_money(); } }
@abishekabd2212 ай бұрын
9:13 9:13
@swethamurugesan23498 ай бұрын
Bro.. Very useful.. No other channel is explaining this much clearly.. Kindly upload oops in java.. It will helps to clear my tech round.. Thanks in advance
@AmuthaMurugesan-sx6ii8 ай бұрын
Very useful without any complication..pls upload oops concept ..this will helps in my technical round..thanks in advance
@jessierin37318 ай бұрын
Mysql video . Why stopped in between sir. Complete panni irukalam la sir
@sachinlearning-93 ай бұрын
public class demo2{ int a = 10; int b = 20; void add() { System.out.println(a+b); } public static void main(String[] args) { demo2 operators = new demo2(); operators.add(); } } Thank you♥
@themovietone72348 ай бұрын
Bro, keep going with this series-it's super helpful!
@nallarasu50855 ай бұрын
public class add { int apple_price = 20; int apple_count = 5; void count() { System.out.println("$"+apple_price*apple_count); } public static void main(String[] args) { add nal = new add(); nal.count(); } }
@naveena-mn5db8 ай бұрын
last question ans.. public class garden { int apple_price = 20; int apple_count = 5; void total_money() { System.out.println(apple_count*apple_price); } public static void main(String[] args) { garden obj1 = new garden(); obj1.total_money(); } }
@I_dont_know_this.8 ай бұрын
Respect to your dedication 💪🏻 ❤
@PRAVEEN-08Ай бұрын
Public class garden{ Int apple_price = 20; Int apple_count = 5; Void total() { System .out.println(apple_count * apple_price) } Public static void main (string arts []){ Garden obj1 = new garden(); Obj1.total(): } Output: 5*20 = 100
@Kkirubavlogs8 ай бұрын
Anna vera marii na bca tha but egga mam sollitharathu enaku puriyathy but neega evalo simple la alaga sollitiga romba tnks na ethumari neraya sollikuduga anna😊❤
@HariKrishnanS-dr4jb8 ай бұрын
public class Multiply { int apple=20; int count=5; void Total_money() { System.out.println(apple*count); } public static void main(String[] args) { Multiply fruits=new Multiply(); fruits.Total_money(); } }
@Abhi-s9o6 ай бұрын
Thanks bro
@Code_With_Gowtham7 ай бұрын
public class addtion { int a=10; int b=20; void sum(){ int c = a+b; System.out.println(c); } public static void main(String[] args) { addtion summ = new addtion(); summ.sum (); } }
@lazarus6779Ай бұрын
public class q37 { int a = 10; int b = 20; void sum() { System.out.println(a+b); } public static void main(String[] args) { q37 obj = new q37(); obj.sum(); } }
@Siva32_74 ай бұрын
class garden{ int apple_price = 20; int apple_count= 5; void total_money() { int multiply = apple_price*apple_count; System. out. println(multiply); } public static void main(String[] args) { garden obj = new garden(); obj.total_money(); } }
@Psangamithiraa8 ай бұрын
please upload the videos for oops concepts within this week for in java with an example for each method having an interview soon your videos are so crystal and clear content
@logaPriya-uz8yq2 ай бұрын
10:22 in this how the variable a,b declared in class can be accessed in sum() method....?
@naveena-mn5db8 ай бұрын
public class garden { int apple_price = 20; int apple_count = 5; void total_money() { System.out.println(apple_count*apple_price); } public static void main(String[] args) { garden obj1 = new garden(); obj1.total_money(); } }
@Mr.Aravindhan173 ай бұрын
package Java; public class garden { int apple_price = 20; int apple_count = 5; void total_money(){ System.out.println(apple_price * apple_count); } public static void main(String[] args) { garden obj = new garden(); obj.total_money(); } }
@pirategaming3014 ай бұрын
class apple { int apple_price=20; int apple_count=5; void price() { System.out.println("total_amount="+apple_price*apple_count); } public static void main(String[] args) { apple obj1=new apple(); obj1.price(); } }
@22Editz-zo2uy3 ай бұрын
public class Garden{ int apple_price=20; int apple_count=5; void total_money() { System.out.print(apple_price*apple_count); } public static void main(String[] args) { Garden obj1=new Garden(); obj1.total_money(); } }
@ummusalmah49378 ай бұрын
very clear explanation. thx sir
@SRSGAMINGYT-sp4 ай бұрын
public class Test19{ int apple_price=20; int apple_count=5; public int total_money(){ int total_money=apple_price*apple_count; return total_money; } public static void main(String[] args) { Test19 test19= new Test19(); System.out.println(test19.total_money()); } }
@_RMS_54118 ай бұрын
Bro game development pathi video poodu bro please bro❤❤
@manoji.s28148 ай бұрын
Machine learning full tutorial video podungaa bro 😢😢
@jilabikutty09254 ай бұрын
public class garden{ void total_money() { int apple_price=20; int apple_count=5; System.out.println(apple_price*apple_count); } public static void main(String[] args){ garden gar=new garden(); gar.total_money(); } }
MySQL join , sub sqand trigger continue pannungaa😢....
@balusamyperumal79868 ай бұрын
Bro please put video on How to apply intership in Internshala
@subashri37078 ай бұрын
Anna data science ku konjam videos podunga anna
@cobblerscraft148 ай бұрын
Bro,Go language explain panni video podunga
@SundarN-v3u4 ай бұрын
class mobile{ void iphone(){ System.out.println("this is iphone"); } void nokia(){ System.out.println("this is nokia"); } void vivo(){ System.err.println("this is vivo"); } public static void main(String[] args) { mobile phone=new mobile(); phone.iphone(); phone.vivo(); phone.nokia(); } }
@hafis4568 ай бұрын
Bro c++ pathi podunga
@accidentgamers34888 ай бұрын
Bro SQL full tutorial upload pls
@ACUITDINESHP4 ай бұрын
Its okay but is it neccesary to create a main function?why can't we should create just another non static function and call the previous one
@sivavishal7508 ай бұрын
Bro data analyst job ku scope iruka
@hariprasath00038 ай бұрын
Bro javascript video podunga pls
@DreamyWander8 ай бұрын
bro pls upload video for React Native
@Nin-Uyir8 ай бұрын
Digital image processing podunga Bor
@swethavenkitesh81418 ай бұрын
Hi bro , pls teach vue.js , Thanks
@manjulap71905 ай бұрын
Square bracket string pakathula podanuma illa args pakathula podanuma
@KanishkaSivakumar-sv2wiАй бұрын
import java.util.Scanner; class function { void add() { Scanner scan=new Scanner(System.in); System.out.print("Enter the first number: "); int a = scan.nextInt(); System.out.print("Enter the second number :"); int b = scan.nextInt(); int d = a+b; System.out.println("The total value is :"+d); } public static void main(String args[]) { function ob1 = new function(); ob1.add(); function ob2 = new function(); ob2.add(); function ob3 = new function(); ob3.add(); function ob4 = new function(); ob4.add(); } }
@AbinayaD-pe1vu8 ай бұрын
Pls teach oops concept anna
@nivethas3598 ай бұрын
Pls upload next concepts in java🥲
@manoji.s28148 ай бұрын
MySQL join , sub sq and trigger continue pannungaa......😢
@hariprasath00038 ай бұрын
Bro javascript video full ah venu, neraya channel la pathute yedhuvum puriya mattudhu pls
@c-03-aksheya.v718 ай бұрын
Bro background image linear gradient vaichu solli thanga anna css la please
@hellouma31048 ай бұрын
Bro suggest best laptop under 40,000.please
@englishtub8 ай бұрын
bro pls explain the python 10 video last q:8and9 pls
@blackmonster32718 ай бұрын
Hi sir , data entry course padikke enne language theve
@ramaprasath39588 ай бұрын
Bro Power BI video podunga
@hypergaming61614 ай бұрын
Bro Ramanathapuram national academy icse vaga bro pls
@jung___kook1.85 ай бұрын
Why u using print inside x:
@krizzjr1322 ай бұрын
Enaku public file create aaga matingidhu bro
@LearnwithSSRK8 ай бұрын
React bootcamp podu bro
@Code_With_Gowtham7 ай бұрын
public class mobile { void iphone(){ System.out.println("iphone"); } void samsung(){ System.out.println("samsung"); } void realme(){ System.out.println("realme"); } void asus(){ System.out.println("asus"); } public static void main(String[] args) { mobile brand = new mobile(); brand.iphone(); brand.samsung(); brand.realme(); brand.asus(); } }
@ACUITDINESHP4 ай бұрын
Its okay but is it neccesary to create a main function?why can't we should create just another non static function and call the previous one
@hariprasath00038 ай бұрын
Bro I need javascript video in deep
@user-monkeymeme8 ай бұрын
Hi bro..my age 28 working different feild..now can I try IT job kedaikuma bro
@vetha3yan32868 ай бұрын
Put video for hacking course
@nvsbflims46248 ай бұрын
Bro is this correct bro please tell public class Garden { int apple_price = 20; int apple_count = 5; void total_money(){ System.out.println(apple_count *apple_price); } public static void main (String[] args) { Garden obj1 = new Garden(); obj1.total_money(); }
@englishtub8 ай бұрын
bro u last 10 minutes confused pls explain bro
@AmuthaMurugesan-sx6ii8 ай бұрын
K
@Code_With_Gowtham7 ай бұрын
public class addtion { int apple_price = 20; int apple_count = 5; void totalmoney(){ int c = apple_price*apple_count; System.out.println(c); } public static void main(String[] args) { addtion summ = new addtion(); summ.totalmoney (); } }
@arimaariharan89075 ай бұрын
public class garden{ int apple_price = 20; int apple_count = 5; void total_money(){ System.out.print("Total amount of apple "+apple_price*apple_count); } public static void main (String[] args) { garden obj1 = new garden(); obj1.total_money(); } }
@lazarus6779Ай бұрын
public class q38 { int apple_price = 20; int apple_count = 5; void total_money() { System.out.println(apple_price*apple_count); } public static void main(String[] args) { q38 obj = new q38(); obj.total_money(); } }
@jilabikutty09254 ай бұрын
public class Addition{ void sum(){ int a=10; int b=20; System.out.println(a+b); } public static void main(String[] args){ Addition add=new Addition(); add.sum(); } }
@KarthiKeyan-vf8co3 ай бұрын
public class garden{ int apple_price = 20; int count_apple = 5; void total_money() { int output = apple_price*count_apple; System.out.println(output); } public static void main(String args[]) { garden obj1 = new garden(); obj1.total_money(); } }
@raahin-ic1df5 ай бұрын
class garden{ int apple_price= 20; int apple_count= 5; void total_money() { System.out.print(apple_price*apple_count); } public static void main(String[]args) { garden obj = new garden(); obj.total_money(); } }
@ACUITDINESHP4 ай бұрын
Its okay but is it neccesary to create a main function?why can't we should create just another non static function and call the previous one
@_RMS_54118 ай бұрын
Bro game development pathi video poodu bro please bro❤❤
@KaviKavi-p7o4 күн бұрын
public class garden { int apple_price=20; int apple_count=5; void total_money(){ System.out.println("Total money:"+apple_price*apple_count); } public static void main(String[] args) { garden info=new garden(); info.total_money(); } }
@_RMS_54118 ай бұрын
Bro game development pathi video poodu bro please bro❤❤
@_RMS_54118 ай бұрын
Bro game development pathi video poodu bro please bro❤❤
@_RMS_54118 ай бұрын
Bro game development pathi video poodu bro please bro❤❤