Question 1: WAP in JAVA to SWAP values of two variables without using third variable. Question 2: WAP in JAVA to find factorial of an integer using Iteration. Question 3: WAP in JAVA to check whether ...
c) Define an interface Operation which has methods area(),volume().Define a constant PI having a value 3.142.Create a class cylinder which implements this interface (members – radius, height) Create ...