Sree Ram M S

Results 1 issues of Sree Ram M S

import java.util.Scanner; interface Volume { double pi=3.14; void readdata(); void dispvolume(); } class Sphere implements Volume { double r=0,vol; public void readdata() { Scanner input=new Scanner(System.in); System.out.print("Enter the radius of...