JAVA Operators
Java : JAVA Operators Program List
Program [1]
Swapping of two variables without using a third variable
Program [2]
Write a program that calculates the number of miles that light will travel in 1000 days
Program [3]
Create a program that will generate a bill at McDonald based on given details
Program [4]
Write a program to find the sum and difference between 25 and 16 using variables in different lines
Program [5]
Java program to average of 36,45 and 53 using variables of adequate data type.
Program [6]
Java program using int variables to find the sum of three numbers say 15 36 and 45 and subtract the result from 100 using variables
Program [7]
java program to input the length and breadth of a rectangle and find its area and perimeter
Program [8]
java program to calculate the area of a cylinder
Program [9]
java program to calculate the volume of a cone
Program [10]
Java program to initialize three int variables a, b and c with 234, 456 and 712 and store the sum of the last digits of the variables
Program [11]
java program to input five integers and find their average
Program [12]
java program to input the Principal Rate and Time for a certain amount of money and print the Simple Interest
Program [13]
java program to input the length and breadth of a rectangle and find its area and perimeter
Program [14]
java program to input the radius of a circle and find its area and perimeter
Program [15]
java program to input the length breadth and height of a cuboid and find its Volume and Total Surface Area
Program [16]
java program to input the radius and height of a cylinder and find its volume and total surface area
Program [17]
java program to input the temperature in Fahrenheit and change it to Celsius
Program [18]
java program to input time in seconds and display the time broken up as hours minutes
Program [19]
java program to input a floating point number and round it off to the nearest integer
Program [20]
java program to input two integers and interchange their values
Program [21]
java program to input the time in hours minutes and seconds and print it in seconds
Program [22]
java program to input three integers and find their sum without using plush operator
Program [23]
java program to input the Basic Pay of an employee and find the gross pay of the employee for the following allowances and deductions
Program [24]
java program to input an integer and if positive change it to negative and if negative change it to positive
Program [25]
java program to find out the aggregate marks and percentage marks obtained by the student
Program [26]
java program to input selling price of 15 items and profit amount then find the cost price
Program [27]
java program that outputs the results of the following evaluations based on the number entered by the user
Program [28]
java program to input the radius of a circle and find its area and circumference using math power function
Program [29]
java program to input three integers and find the sum of their cube roots
Program [30]
Write a program using ternary operator to check whether 27 is a multiple of 3 or not
Program [31]
java program to input the area of a square and find its perimeter
Program [32]
java program to input the length and breadth of a rectangle and find its diagonal
Program [33]
java program to input three integers and find the difference between their sum and their average
Program [34]
Java program to Generate a random number between given range
Program [35]
Java Program to check number is even or odd using Ternary Operator
Program [36]
java program to check whether input character is vowel or consonant
Program [37]
java program to check whether input number is buzz number or not using ternary operator
Program [38]
java program to find grade based on marks using ternary operator
Program [39]
java program to check whether entered year is leap year or not using ternary operator
Program [40]
java program to find temperature category using Ternary Operator
Program [41]
java program to find category based on age using ternary operator
Program [42]
Java program to checks whether the number is positive negative or zero using the ternary operator
Program [43]
java program to find square root of number
Program [44]
java program to find power of number
Program [45]
java program to find absolute value of number
Program [46]
java program to find natural logarithm value
Program [47]
java program to find sine value of given angle
Program [48]
java program to find min and max
Program [49]
Java program to calculate compound interest
Program [50]
java program to find hypotenuse of a right angled triangle using the Pythagorean theorem
Program [51]
java program to find distance between two points
Program [52]
java program to find Exponential value
Program [53]
java program to find ascii value of character
Program [54]
java program to find character from ascii value
Program [55]
java program to convert lowercase character to uppercase