Forum: VB.NET Oct 26th, 2009 |
| Replies: 0 Views: 230 Hi there.
My problem is that when i click play to resume a paused song it starts the song from the beginning.
I added an IF statement to the play button to say basically ...
IF PAUSED... |
Forum: Java Nov 19th, 2008 |
| Replies: 12 Views: 1,839 thanks everyone, but i have solved it :)
public class Travel {
public static void main(String[] argv) {
// put your local declarations here
final double SPEED = 85; |
Forum: Java Nov 18th, 2008 |
| Replies: 12 Views: 1,839 http://img386.imageshack.us/my.php?image=questionfl0.jpg
this is the question i had to do to clear up anything.
I cant see how i can use If's and Else if to perform that tho ... a formula... |
Forum: Java Nov 18th, 2008 |
| Replies: 12 Views: 1,839 its the same as above ....
only thing is i changed the floats (hour, min, sec) to int.
//variables
final float KPH =85;
float distance;
int sec;
... |
Forum: Java Nov 18th, 2008 |
| Replies: 12 Views: 1,839 I tried using the modulo and i still get decimals.
I also tried changing my some of my floats to integers, but my compiler will not let it compile as it says "Possible Loss of Precision"
is... |
Forum: Java Nov 13th, 2008 |
| Replies: 12 Views: 1,839 Thank you for your posts!! it is really appreciated :)
i will give it a go and let you know how it turns out.
thanks again :D |
Forum: Java Nov 12th, 2008 |
| Replies: 12 Views: 1,839 Can anyone help me please? i need to create a program in which you enter a distance and the program will tell you how long it will take to get there in hours minutes and seconds.
My trouble is... |
Forum: Pascal and Delphi Apr 14th, 2008 |
| Replies: 6 Views: 2,059 well what you had entered in the last post has helped me so much :D
thank you very much!! i shall pass this year now thanks to you :P HND here i come!! <3 |
Forum: Pascal and Delphi Apr 14th, 2008 |
| Replies: 6 Views: 2,059 well what you had entered in the last post has helped me so much :D
thank you very much!! i shall pass this year now thanks to you :P HND here i come!! <3 |
Forum: Pascal and Delphi Apr 12th, 2008 |
| Replies: 6 Views: 2,059 thank you, it has helped quite alot.
my only problem is, now i have to input code so it asks for student ID's. would i have to enter something like
write('Enter Student Mark ');... |
Forum: Pascal and Delphi Apr 11th, 2008 |
| Replies: 6 Views: 2,059 Hi, im new to this forum, and searched for everything to do with 2D array, but found nothing to no real avail.
My problem is that i have to write a 2D array in pascal that stores 15 student ID's... |