View Single Post
  #2 (permalink)  
Old 01-31-2008, 11:51 PM
scuffia's Avatar
scuffia scuffia is offline
Member
 
Join Date: Jan 2008
Location: Cagliari (Italy)
Posts: 7
scuffia is on a distinguished road
The only error is that in:
Quote:
System.out.println("n\t\YOUR BODY MASS INDEX IS " + Math.round(index) + ".\n");
\Y is not an escape character (like \n "new line" is), and I think you wished to write "\n\t" intead of "n\t\".
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote