Featured Post

Menu Driven Programs #2 | Java Programming Project

Write a Program For An Electronic Shop that has announced the following Seasonal Discounts on the purchase of certain items. So, now let us start with our  menu driven programming in java Java programming code    Here we have created a variable 't' To store the Choice of Laptop or Desktop.If-Else loop to check The Discount Available for that Price range on Either Laptop or Desktop and to display an Error message if wrong choice is entered. Finally, We Print the Net Amount to be Paid by using the formula(net=amt-dis). If, you have any questions related , Please Do not Hesitate to contact me and Do make sure to follow my blog. Regards, Adi075  (Author) #PEACEOUT

Let Us Talk about Java! #1

Java Introduction.

Java is a platform Independent Programming Language which has Object Oriented Programming.

While Java is known for its Cross Platform Use(meaning: It can be used on any OS), it has OOPS which divides the Program into Objects of the Class which Simplifies the Job of A Developer.

Java can be used for the following:-

  • Java Applets(Modules which sit on Webpages)
  • Android App Development And Much More!
Should You Start Learning Java?
The Answer is Yes, Java has An increased demand in Programming World due to its Abilities of Inheritance, Abstraction, Polymorphism, and Mainly it is Cross Platform.

I would strongly suggest people to learn Java in the year 2019 due its demands and Ease of Use.

Please Do like and Share this Post if its Worthy and Follow me

Comments

Popular posts from this blog

Menu Driven Programs #1 | Java Programming Project