Forum: Java
Feb 12th, 2006, 1:39 AM
|
|
Replies: 8
Views: 277
|
Forum: Java
Feb 12th, 2006, 1:19 AM
|
|
Replies: 8
Views: 277
i tried that but it did not work, and that is...
i tried that but it did not work, and that is because, the method is suppose to pass a string, not an array of string.
String [] ssn = ss.split("-");
int [] nums = new int[3];
for(int i = 0; i<3;...
|
Forum: Java
Feb 12th, 2006, 12:30 AM
|
|
Replies: 8
Views: 277
|
Forum: Java
Feb 11th, 2006, 6:27 PM
|
|
Replies: 8
Views: 277
parsing a string
i'm trying to pase a string into three integers that are seperated by the integers. then i'm taking the three integers and passing them into a ssn constructor that would create a ssn object. but my...
|
Forum: Java
Feb 5th, 2006, 2:34 AM
|
|
Replies: 0
Views: 136
compoundAmount
i'm trying to calculate the compound amount giving the initial amount, interest, #of years, #of times compound. after i got some help from you guys on doing the while loop, i'm still not getting the...
|
Forum: Java
Feb 5th, 2006, 1:17 AM
|
|
Replies: 6
Views: 224
|
Forum: Java
Feb 5th, 2006, 1:16 AM
|
|
Replies: 6
Views: 224
this is sourd of a hw, but this...
this is sourd of a hw, but this statment
((start_amt)*(1 + (annual_rate/(100*cmpds_per_year)))); is supposed to be set equal to "value", i just missed it. and for the start_amt, it was giving like...
|
Forum: Java
Feb 5th, 2006, 12:48 AM
|
|
Replies: 6
Views: 224
exponent
i'm having trouble in getting this.
i was asked to create a method that does exponent with out using the math.pow(). but i'm suppose to do it with a loop.
this is what i came up with, but that does...
|
Forum: C
Jan 18th, 2006, 9:35 PM
|
|
Replies: 1
Views: 168
non-numeric input
how could we check for non-numeric input, if we are asking the user to enter an integer. and if it possible to do in a while loop
|
Forum: C
Jan 18th, 2006, 9:33 PM
|
|
Replies: 9
Views: 427
|
Forum: C
Jan 18th, 2006, 8:39 PM
|
|
Replies: 9
Views: 427
|
Forum: C
Jan 18th, 2006, 2:22 PM
|
|
Replies: 9
Views: 427
beginner question
how do i write a function that outputs a newline character, and output the newline character throught fputc.
|
Forum: Community Introductions
Jan 14th, 2006, 8:13 PM
|
|
Replies: 11
Views: 344
a first timer
Hi, this is my first time on this forum, and i just want to say, that this one of the most helpful sites, especially for a guy like me, who is going to new to programming in general and C in...
|