Forum: Java 25 Days Ago |
| Replies: 6 Views: 381 thanks alot! i got it now. |
Forum: Java 25 Days Ago |
| Replies: 6 Views: 381 im not getting the output my teacher wants. |
Forum: Java 25 Days Ago |
| Replies: 6 Views: 381 i dont know what im doing wrong. You think you can help me? |
Forum: Java 26 Days Ago |
| Replies: 3 Views: 263 im just confused on how to do it. i guess i need a jump start thats all. |
Forum: Java 26 Days Ago |
| Replies: 6 Views: 381 Having trouble with this one:
The formula y = nekt can be used for estimating growth where
n is the initial amount
k is a constant
t is the time
y is the final amount
This formula will... |
Forum: Java 26 Days Ago |
| Replies: 3 Views: 263 I am really confused by this problem. PLEASE HELP
Write a program that reads a set of floating point data values from the input. When the user indicates the end of the input, print out the count... |
Forum: Java 31 Days Ago |
| Replies: 4 Views: 275 Alright guys i got another one:
In the class Mymath, create a public method called calculateFactor. The method has two two arguments of type integer and checks whether the smaller of the two... |
Forum: Java 32 Days Ago |
| Replies: 2 Views: 290 Alright. Ive been at this problem for a few days know and cant figure out what's wrong with my coding.
The Problem: Create a method called displayPerfectNumber in your own class named myMath. The... |
Forum: Java Oct 10th, 2009 |
| Replies: 3 Views: 190 ive been at it for a week already. im not that good with while loops |
Forum: Java Oct 10th, 2009 |
| Replies: 7 Views: 3,782 sorry. my bad. I jus need help. |
Forum: Java Oct 10th, 2009 |
| Replies: 4 Views: 174 Never Mind I Got It. Thanks |
Forum: Java Oct 10th, 2009 |
| Replies: 4 Views: 174 i tried that. where should I put it? |
Forum: Java Oct 10th, 2009 |
| Replies: 3 Views: 190 Homework help
Up Vote 0 Down Vote
#1
24 Minutes Ago | Add to kulrik's Reputation | Flag Bad Post
Im having trouble with this problem:
The Maclaurin series for arctan(x) is a formula which... |
Forum: Java Oct 10th, 2009 |
| Replies: 4 Views: 174 With this problem. I finished the coding, but my output is displayed in Radians instead of Degrees. Can anyone help? Here's my coding:
public class MyMath
{
public void displaySin()
... |
Forum: Java Oct 10th, 2009 |
| Replies: 2 Views: 183 Im having trouble with this problem:
The Maclaurin series for arctan(x) is a formula which allows us to compute an approximation to arctan(x) as a polynomial in x. The formula is:
... |