Total members 9951 | Gratitudes |It is currently Sat Feb 11, 2012 9:04 am Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 2 posts ] 
Author Question
 Question subject: help with some missing coding
PostPosted: Wed May 05, 2010 10:57 pm 
Offline
Newbie
User avatar

Joined: Wed May 05, 2010 10:51 pm
Posts: 1
Has thanked: 0 time
Have thanks: 0 time

Hi could anyone please help me complete the following code.

Many Thanks,

class Rectangle
{
add appropriate code here
}

public class UseRectangle
{
Rectangle r = new Rectangle();

r.setLength(4.3); //sends a message to r telling it what length of side to have
r.setBreadth(3.9);
System.out.println("..." + r.reportArea());
System.out.println("..." + r.reportLengthAroundEdge());
System.out.println("..." r.reportLengthFromAnyCornerToTheOneDiagonallyOpposite());
}


TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: help with some missing coding
PostPosted: Thu May 06, 2010 9:20 am 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2103
Location: Earth
Has thanked: 39 time
Have thanks: 56 time
For example :

Code:

 
private  float side 


   public 
void setLength(float side){
             
this.side side
   }

.....

 

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 2 posts ] 
Quick reply


  


 Similar topics
 Topic title   Forum   Author   Comments 
 coding a simple packet sniffer  C-C++  abhay  2
 I download the phone book coding from your site  PHP  Anonymous  0
 search for coding java/jsp for translation text  Java  Anonymous  0
 How to write a PHP coding to list out all files and director  PHP  Andrrew  2
 servlet coding  Servlets / JSP  rinasharma  1

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: No registered users and 1 guest



Jump to:  
Previous Question | Next Question 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team