Complete IIT AIEEE ICSE ISC PMT help forum
This is a free help Forum for Indian Students.
Complete IIT AIEEE ICSE ISC PMT help forum
This is a free help Forum for Indian Students.
Complete IIT AIEEE ICSE ISC PMT help forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Complete IIT AIEEE ICSE ISC PMT help forum

Complete help forum for students preparing for icse iit aieee cbse pmt and other related exams.Stay updated about all 2011 exams.
 
HomeHome  PortalPortal  SearchSearch  Latest imagesLatest images  RegisterRegister  Log in  India NewsIndia News  
Keywords
papers 2004 paper 2010 graph ICSE SELECT 2009 UNION RESULT computer science prelim CLASS CASE question physics 2007 YEAR 2006
Latest topics
» Nitration of aniline - IIT JEE 2018 Advanced - solved
find the error in the program EmptyFri Jun 08, 2018 2:34 am by adianadiadi

» Diamagnetic - Paramagnetic - Ni(CO)4, [Ni(CN)4]2- and [NiCl4
find the error in the program EmptyFri Apr 06, 2018 1:05 am by adianadiadi

» IIT JEE chemistry solved interactive question paper
find the error in the program EmptySun Oct 29, 2017 12:11 pm by adianadiadi

» IIT JEE 2015 SOLVED QUESTION PAPER
find the error in the program EmptyWed Oct 19, 2016 1:44 pm by adianadiadi

» IIT JEE chemistry solved questions
find the error in the program EmptySat Jul 18, 2015 6:15 pm by adianadiadi

» General Description of Chinese Market for Foaming Agent ADC
find the error in the program EmptyFri May 09, 2014 2:09 pm by happybaicaitou

» How to get Lowest Cost MBBS Admission?
find the error in the program EmptyMon Feb 24, 2014 6:39 pm by MENTOR 2014

»  girl boy vashikaran specialist agori baba ji +91-9461165
find the error in the program EmptyTue Jan 21, 2014 6:00 pm by krshastri

»  STRONG LOST LOVE SPELL +91-9461165176
find the error in the program EmptyTue Jan 21, 2014 6:00 pm by krshastri

Top posters
abhas
find the error in the program Vote_lcapfind the error in the program Voting_barfind the error in the program Vote_rcap 
Anu..i luv icse...:)
find the error in the program Vote_lcapfind the error in the program Voting_barfind the error in the program Vote_rcap 
G-7
find the error in the program Vote_lcapfind the error in the program Voting_barfind the error in the program Vote_rcap 
siya
find the error in the program Vote_lcapfind the error in the program Voting_barfind the error in the program Vote_rcap 
Candy
find the error in the program Vote_lcapfind the error in the program Voting_barfind the error in the program Vote_rcap 
jOhNy
find the error in the program Vote_lcapfind the error in the program Voting_barfind the error in the program Vote_rcap 
Apurva
find the error in the program Vote_lcapfind the error in the program Voting_barfind the error in the program Vote_rcap 
WinRrule
find the error in the program Vote_lcapfind the error in the program Voting_barfind the error in the program Vote_rcap 
ambili
find the error in the program Vote_lcapfind the error in the program Voting_barfind the error in the program Vote_rcap 
saif
find the error in the program Vote_lcapfind the error in the program Voting_barfind the error in the program Vote_rcap 



Search if you can't find it here

find the error in the program

View previous topic View next topic Go down
AuthorMessage
nausheen
Active member
Active member



find the error in the program Vide
PostSubject: find the error in the program find the error in the program EmptyWed Feb 06, 2008 6:46 pm

WRITE A PROGRAM TO FIND THE VOLUME OF SOLID BODIES SUCH AS CYLINDER, CONE AND SPHERE HAVING THE FUNCTION NAME  volume() .USE OVERLOADING METHODS
volume(float,int ),volume(float,float),volume(float)respectively.
.
public class a()
{

double pi=3.14,a;
int h1;
float r1,r2,r3,h2;
public void volume(float r,int h)
{
r1=r;
h1=h;
a=pi*r1*r1*h1;
System.out.println("VOLUME OF CYLINDER IS = "+a);
}
public void volume(float r,float h)
{
r2=r;
h2=h;
a=1/3*pi*r2*r2*h2;
System.out.println("VOLUME OF CONE  IS = "+a);
}
public void volume(float r)
{
r3=r;
a=4/3*pi*r3*r3*r3;
System.out.println("VOLUME OF SPHERE IS = "+a);
}
}
Back to top Go down

find the error in the program

View previous topic View next topic Back to top
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Complete IIT AIEEE ICSE ISC PMT help forum :: Computer :: Computer help forum-