Category: Calculation by using java
-
ATM Machine Program
In this program about ATM Machine works .The following steps are: Step1: Get user wish task by the form of number as input from the user. Step2:According to the input process is started. Step3: Get another information from user. Step4: Finally done the user given process. Step5: If user want to be process again ,It…
-
GPA or CGPA Calculation
In this program we calculate GPA or CGPA calculation values .The following steps are: Step1: Get total number of Papers as input from the user. Step2:Get marks as input from the user. Step3: Calculate sum of marks. Step4: Calculate average of marks Step5: Based on the average, it given Grade and the Grade points Explanation:…
-
Electricity Bill Calculation
In this program we calculate Electricity Bill .The following steps are: Step1: Get occupation and total number of units as input from the user. Step2:Check the user given occupation category. Step3: Calculate units given from user. Step4: Based on occupation category and number of units ,it gives bill amount Step5: User enter wrong input its…