Thread
:
2 simple java questions
View Single Post
#
2
(
permalink
)
01-31-2008, 11:51 PM
scuffia
Member
Join Date: Jan 2008
Location: Cagliari (Italy)
Posts: 7
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.
scuffia
View Public Profile
Send a private message to scuffia
Visit scuffia's homepage!
Find all posts by scuffia