Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Programming in JCreator Le
Index -> General Programming
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
shrim




PostPosted: Mon May 21, 2012 1:35 pm   Post subject: Programming in JCreator Le

I have to program an application that i put in an attachment

So far for the program i added the First line
import java.util.Scanner;

public class Change {

public static void main(String[] args) {
double first;

Scanner input = new Scanner(System.in);
System.out.print("Enter the change in cents: ");
first = input.nextDouble();
}


}



Exercise 6.doc
 Description:

Download
 Filename:  Exercise 6.doc
 Filesize:  320.5 KB
 Downloaded:  198 Time(s)


Exercise 6.doc
 Description:

Download
 Filename:  Exercise 6.doc
 Filesize:  320.5 KB
 Downloaded:  192 Time(s)

Sponsor
Sponsor
Sponsor
sponsor
Tony




PostPosted: Mon May 21, 2012 3:09 pm   Post subject: RE:Programming in JCreator Le

Good progress. Keep it up!
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
shrim




PostPosted: Tue May 22, 2012 6:40 am   Post subject: RE:Programming in JCreator Le

I forgot to mention that would I have to use division to calculate the change in dimes and other small change
Display posts from previous:   
   Index -> General Programming
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 3 Posts ]
Jump to:   


Style:  
Search: