Posts

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

Menu Driven Programs #1 | Java Programming Project

Image
 *Note only for Mobile Users-Please view This Blog in Landscape Mode* Question:Write a menu driven program for a pathological laboratory that has the information available about the type of anti-bodies present in a blood sample. Using this information,the blood groups will be identified. ANTI-BODIES PRESENT                   BLOOD                                                                  GROUP ANTI-A             ANTI-B              ...

First Program in Java!

Image
Hello World! Your First Program for any Programming Language is called as "Hello World". This is because The programmer gets to know about the basic syntax of Any programming language for the first time. So, Let us start with HelloWorld in Java! This is the most basic program in Java which is written by every beginner in Java including myself. Here, As you can notice- HelloWorld is the name of Class which I have used but you can give it any Class Name. public is the Access Specifier which gives the main method public access. println stands for Print Line and inside this method we have our line("Hello, World!) Putting semicolon in front of Every Line is necessary or the compiler gives an Error!  Now lets Compile and Run The program with the Help of BlueJ IDE BlueJ installation Link Here So here are a few Screenshots of the Program. Hope you liked this Post. Please do like and Share this blog. Do not forget to Follow me!A...

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

Popular posts from this blog

Let Us Talk about Java! #1

Menu Driven Programs #1 | Java Programming Project