SlideShare a Scribd company logo
1 of 51
Ordering System IP2/build/classes/.netbeans_automatic_build
Ordering System IP2/build/classes/.netbeans_update_resources
Ordering System
IP2/build/classes/online/ordering/system/ip1/OnlineOrderingSys
temIP1.classpackage online.ordering.system.ip1;
publicsynchronizedclass OnlineOrderingSystemIP1 {
public void OnlineOrderingSystemIP1();
privatestatic String getStringInput(String);
privatestatic double totalCost(int, double, double);
publicstatic void main(String[]);
}
Ordering System IP2/build.xml
Builds, tests, and runs the project Online Ordering System
IP1.
Ordering System IP2/manifest.mf
Manifest-Version: 1.0
X-COMMENT: Main-Class will be added automatically by build
Ordering System IP2/nbproject/build-impl.xml
Must set src.dir
Must set test.src.dir
Must set build.dir
Must set dist.dir
Must set build.classes.dir
Must set dist.javadoc.dir
Must set build.test.classes.dir
Must set build.test.results.dir
Must set build.classes.excludes
Must set dist.jar
Must set javac.includes
No tests executed.
Must set JVM to use for profiling in profiler.info.jvm
Must set profiler agent JVM arguments in
profiler.info.jvmargs.agent
Must select some files in the IDE or set javac.includes
To run this application from the command line without
Ant, try:
java -jar "${dist.jar.resolved}"
Must select one file in the IDE or set run.class
Must select one file in the IDE or set run.class
Must select one file in the IDE or set debug.class
Must select one file in the IDE or set debug.class
Must set fix.includes
This target only works when run from inside the NetBeans
IDE.
Must select one file in the IDE or set profile.class
This target only works when run from inside the NetBeans
IDE.
This target only works when run from inside the NetBeans
IDE.
This target only works when run from inside the NetBeans
IDE.
Must select one file in the IDE or set run.class
Must select some files in the IDE or set test.includes
Must select one file in the IDE or set run.class
Must select one file in the IDE or set applet.url
Must select some files in the IDE or set javac.includes
Some tests failed; see details above.
Must select some files in the IDE or set test.includes
Some tests failed; see details above.
Must select some files in the IDE or set test.class
Must select some method in the IDE or set test.method
Some tests failed; see details above.
Must select one file in the IDE or set test.class
Must select one file in the IDE or set test.class
Must select some method in the IDE or set test.method
Must select one file in the IDE or set applet.url
Must select one file in the IDE or set applet.url
Ordering System IP2/nbproject/genfiles.properties
build.xml.data.CRC32=3fef0086
build.xml.script.CRC32=4bdc748b
[email protected]
# This file is used by a NetBeans-based IDE to track changes in
generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will
never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=3fef0086
nbproject/build-impl.xml.script.CRC32=ade8263c
nbproject/[email protected]
Ordering System IP2/nbproject/private/private.properties
compile.on.save=true
user.properties.file=C:Usersgenta_000AppDataRoaming
NetBeans8.0.1build.properties
Ordering System IP2/nbproject/private/private.xml
file:/C:/Users/genta_000/Documents/NetBeansProjects/Online%
20Ordering%20System%20IP1/src/online/ordering/system/ip1/O
nlineOrderingSystemIP1.java
Ordering System IP2/nbproject/project.properties
annotation.processing.enabled=true
annotation.processing.enabled.in.editor=false
annotation.processing.processor.options=
annotation.processing.processors.list=
annotation.processing.run.all.processors=true
annotation.processing.source.output=${build.generated.sources.
dir}/ap-source-output
build.classes.dir=${build.dir}/classes
build.classes.excludes=**/*.java,**/*.form
# This directory is removed when the project is cleaned:
build.dir=build
build.generated.dir=${build.dir}/generated
build.generated.sources.dir=${build.dir}/generated-sources
# Only compile against the classpath explicitly listed here:
build.sysclasspath=ignore
build.test.classes.dir=${build.dir}/test/classes
build.test.results.dir=${build.dir}/test/results
# Uncomment to specify the preferred debugger connection
transport:
#debug.transport=dt_socket
debug.classpath=
${run.classpath}
debug.test.classpath=
${run.test.classpath}
# Files in build.classes.dir which should be excluded from
distribution jar
dist.archive.excludes=
# This directory is removed when the project is cleaned:
dist.dir=dist
dist.jar=${dist.dir}/Online_Ordering_System_IP1.jar
dist.javadoc.dir=${dist.dir}/javadoc
excludes=
includes=**
jar.compress=false
javac.classpath=
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
javac.processorpath=
${javac.classpath}
javac.source=1.7
javac.target=1.7
javac.test.classpath=
${javac.classpath}:
${build.classes.dir}
javac.test.processorpath=
${javac.test.classpath}
javadoc.additionalparam=
javadoc.author=false
javadoc.encoding=${source.encoding}
javadoc.noindex=false
javadoc.nonavbar=false
javadoc.notree=false
javadoc.private=false
javadoc.splitindex=true
javadoc.use=true
javadoc.version=false
javadoc.windowtitle=
main.class=online.ordering.system.ip1.OnlineOrderingSystemIP
1
manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
mkdist.disabled=false
platform.active=default_platform
run.classpath=
${javac.classpath}:
${build.classes.dir}
# Space-separated list of JVM arguments used when running the
project.
# You may also define separate properties like run-sys-
prop.name=value instead of -Dname=value.
# To set system properties for unit tests define test-sys-
prop.name=value:
run.jvmargs=
run.test.classpath=
${javac.test.classpath}:
${build.test.classes.dir}
source.encoding=UTF-8
src.dir=src
test.src.dir=test
Ordering System IP2/nbproject/project.xml
org.netbeans.modules.java.j2seproject
Online Ordering System IP1
Ordering System
IP2/src/online/ordering/system/ip1/OnlineOrderingSystemIP1.ja
vaOrdering System
IP2/src/online/ordering/system/ip1/OnlineOrderingSystemIP1.ja
va/*
* To change this license header, choose License Headers in Pro
ject Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package online.ordering.system.ip1;
import javax.swing.JOptionPane;
/**
*
* @author James.Williams
* 10/13/2014
*/
publicclassOnlineOrderingSystemIP1{
privatestaticString getStringInput(String prompt){
String input=null;
int count=0;
while(count<3){
input=JOptionPane.showInputDialog(prompt);
if(!(input.trim()).isEmpty()){
break;
}
count++;
//JOptionPane.showMessageDialog(null, "You must enter somet
hing in the prompt,n Please try again, count remains "+(3-
count));
}
if(input.isEmpty()){
JOptionPane.showMessageDialog(null,"You must enter somethi
ng in the prompt,n Please try again latter");
System.exit(1);
}
return input;
}
privatestaticdouble totalCost(int number,double cost,double sale
sTaxRate){
double total=number*cost;
double tax=total*salesTaxRate/100;
return(total+tax);
}
/**
* @param args the command line arguments
*/
publicstaticvoid main(String[] args){
// declare variables
String openingMsg, customerName, nameOutputMsg
, customerReturn, returnOutputMsg,
greetingOutputMsg, outputMsg,
colorOutputMsg, tabletColor,totalCostMsg;
int quantity=0;
double unitCost=799;
double totalCost=0;
double taxRate=5;
// display opening message
openingMsg ="*** Welcome to Microsoft's Online Orderin
g System ***n"
+" It's a great day to order a Tablet!";
JOptionPane.showMessageDialog(null, openingMsg);
// get required input using dialogs
customerName = getStringInput("Please enter your name:
");
customerReturn =getStringInput("Are you a returning cust
omer (yes or no)? ");
// Addition of Color Selection
tabletColor = getStringInput("Please select a colo
r for your Tablet: ");
boolean isNumber=false;
do{
try{
quantity=Integer.parseInt(getStringInput("Pleas
e enter quantity to order"));
isNumber=true;
}catch(NumberFormatException rr){
JOptionPane.showMessageDialog(null,"Quantity must be a num
ber");
}
}while(!isNumber);
totalCost=totalCost(quantity,unitCost,taxRate);
// build output strings
nameOutputMsg ="Welcome "+ customerName +".nn";
returnOutputMsg ="Your return customer status is "+ cus
tomerReturn +".n";
colorOutputMsg ="Your Tablet color is: "+ tabletColor +"
n";
totalCostMsg="Total cost for "+quantity+" item(s) is
: $"+totalCost+"n";
greetingOutputMsg ="Thank you for visiting Microso
ft!"+"nn"
+"Your order should ship in less than 48 hours.n";
// create and display output string
outputMsg = nameOutputMsg + returnOutputMsg + colorO
utputMsg +totalCostMsg+greetingOutputMsg;
JOptionPane.showMessageDialog(null, outputMsg);
System.exit(0);
}// end main()
}// end class PizzasRUsPhase1
James Williams_IT110_IP2.doc.docx
IT110-1404A-02 Introduction to Programming
Phase 1 Ip
James Williams
10/13/2014
Microsoft Software Company Williams, James
Phase 1 Ip
Table of Contents
Page #
1. Warranty Information 1
2. Product Support 5
3. Contact Microsoft 9
4. How to Setup 13
a. How to Operate 17
5. Regulatory Model 21
a. Regulatory Type 23
6. Laptop Model 27
7. Letters of Support (submitted independently)
Week 1: Project Description
Microsoft was founded in 1975. Our mission is to enable people
and businesses throughout the world to realize their full
potential. We work to achieve this mission by creating
technology that transforms the way people work, play, and
communicate. We develop and market software, services, and
hardware that deliver new opportunities, greater convenience,
and enhanced value to people's lives. We do business worldwide
and have offices in more than 100 countries.
We generate revenue by developing, licensing, and supporting a
wide range of software products and services, by designing and
selling hardware, and by delivering relevant online advertising
to a global customer audience. In addition to selling individual
products and services, we offer suites of products and services.
Our products include operating systems for personal computers
("PCs"), servers, phones, and other intelligent devices; server
applications for distributed computing environments;
productivity applications; business solution applications;
desktop and server management tools; software development
tools; video games; and online advertising. We also design and
sell hardware including the Xbox 360 gaming and entertainment
console, Kinect for Xbox 360, Xbox 360 accessories, and
Microsoft PC hardware products.
We provide consulting and product and solution support
services, and we train and certify computer system integrators
and developers. We also offer cloud-based solutions that
provide customers with software, services and content over the
Internet by way of shared computing resources located in
centralized data centers. Cloud revenue is earned primarily from
usage fees and advertising.
The product we will discussing is the Microsoft Surface Pro 3,
the tablet that will replace your laptop. It is sleek and stylish
design gives you the power of a laptop with the flexibility of a
tablet. This tabet barely tips the scales at 1.76 pounds which
allows you to take it everywhere. It has a 12 inch screen that is
full HD and a screen resolution of 2160 x 1440. The battery life
is excellent with up to 9 hours of continuous web browsing.
This tablet also features a S.Pen and a 4th generation Intel Core
processor. It runs off or our new addition to the family
Windows 8. The Surface Pro 3 come in a variety of colors for
your style/liking.
· Bing, our Internet search engine that finds and organizes the
answers people need so they can make faster, more informed
decisions;
· Windows Live Essentials suite, which allows users to upload,
organize and store photos, make movies, communicate via
video, email, and messaging, and enhance online safety;
· Xbox LIVE service, which enables online gaming, social
networking, and access to a wide range of video, gaming, and
entertainment content;
· Microsoft Office 365, an online suite that enables people to
work from virtually anywhere, anytime, and on any device with
simple, familiar collaboration and communication solutions,
including Microsoft Office, Exchange, SharePoint, and Lync;
· Microsoft Dynamics CRM Online customer relationship
management services for sales, service and marketing
professionals provided through a familiar Microsoft Outlook
interface; and
Week 1: Java Fundamentals
Week 2: Java Control Structures
Week 3: Error Handling and File Input or Output
TBD
Week 4: Object-Oriented Techniques
TBD
Week 5: Inheritance and Polymorphism
TBD
References
TBD

More Related Content

Similar to Ordering System IP2buildclasses.netbeans_automatic_buildO.docx

Commencer avec le TDD
Commencer avec le TDDCommencer avec le TDD
Commencer avec le TDDEric Hogue
 
Building Testable PHP Applications
Building Testable PHP ApplicationsBuilding Testable PHP Applications
Building Testable PHP Applicationschartjes
 
Javascript unit testing, yes we can e big
Javascript unit testing, yes we can   e bigJavascript unit testing, yes we can   e big
Javascript unit testing, yes we can e bigAndy Peterson
 
Тестирование и Django
Тестирование и DjangoТестирование и Django
Тестирование и DjangoMoscowDjango
 
Workshop quality assurance for php projects tek12
Workshop quality assurance for php projects tek12Workshop quality assurance for php projects tek12
Workshop quality assurance for php projects tek12Michelangelo van Dam
 
Taking Jenkins Pipeline to the Extreme
Taking Jenkins Pipeline to the ExtremeTaking Jenkins Pipeline to the Extreme
Taking Jenkins Pipeline to the Extremeyinonavraham
 
Introduction to Apache Ant
Introduction to Apache AntIntroduction to Apache Ant
Introduction to Apache AntShih-Hsiang Lin
 
ITB_2023_CommandBox_Task_Runners_Brad_Wood.pdf
ITB_2023_CommandBox_Task_Runners_Brad_Wood.pdfITB_2023_CommandBox_Task_Runners_Brad_Wood.pdf
ITB_2023_CommandBox_Task_Runners_Brad_Wood.pdfOrtus Solutions, Corp
 
Building frameworks over Selenium
Building frameworks over SeleniumBuilding frameworks over Selenium
Building frameworks over SeleniumCristian COȚOI
 
Quality assurance for php projects with PHPStorm
Quality assurance for php projects with PHPStormQuality assurance for php projects with PHPStorm
Quality assurance for php projects with PHPStormMichelangelo van Dam
 
How to Design a Great API (using flask) [ploneconf2017]
How to Design a Great API (using flask) [ploneconf2017]How to Design a Great API (using flask) [ploneconf2017]
How to Design a Great API (using flask) [ploneconf2017]Devon Bernard
 
Construire une application JavaFX 8 avec gradle
Construire une application JavaFX 8 avec gradleConstruire une application JavaFX 8 avec gradle
Construire une application JavaFX 8 avec gradleThierry Wasylczenko
 
JobTestbuild.xml Builds, tests, and runs the project J.docx
JobTestbuild.xml      Builds, tests, and runs the project J.docxJobTestbuild.xml      Builds, tests, and runs the project J.docx
JobTestbuild.xml Builds, tests, and runs the project J.docxpriestmanmable
 
Symfony2 - from the trenches
Symfony2 - from the trenchesSymfony2 - from the trenches
Symfony2 - from the trenchesLukas Smith
 
Bangpypers april-meetup-2012
Bangpypers april-meetup-2012Bangpypers april-meetup-2012
Bangpypers april-meetup-2012Deepak Garg
 
Quality Assurance for PHP projects - ZendCon 2012
Quality Assurance for PHP projects - ZendCon 2012Quality Assurance for PHP projects - ZendCon 2012
Quality Assurance for PHP projects - ZendCon 2012Michelangelo van Dam
 
Local SQLite Database with Node for beginners
Local SQLite Database with Node for beginnersLocal SQLite Database with Node for beginners
Local SQLite Database with Node for beginnersLaurence Svekis ✔
 

Similar to Ordering System IP2buildclasses.netbeans_automatic_buildO.docx (20)

Commencer avec le TDD
Commencer avec le TDDCommencer avec le TDD
Commencer avec le TDD
 
Building Testable PHP Applications
Building Testable PHP ApplicationsBuilding Testable PHP Applications
Building Testable PHP Applications
 
Having Fun with Play
Having Fun with PlayHaving Fun with Play
Having Fun with Play
 
Javascript unit testing, yes we can e big
Javascript unit testing, yes we can   e bigJavascript unit testing, yes we can   e big
Javascript unit testing, yes we can e big
 
Тестирование и Django
Тестирование и DjangoТестирование и Django
Тестирование и Django
 
Workshop quality assurance for php projects tek12
Workshop quality assurance for php projects tek12Workshop quality assurance for php projects tek12
Workshop quality assurance for php projects tek12
 
Taking Jenkins Pipeline to the Extreme
Taking Jenkins Pipeline to the ExtremeTaking Jenkins Pipeline to the Extreme
Taking Jenkins Pipeline to the Extreme
 
Introduction to Apache Ant
Introduction to Apache AntIntroduction to Apache Ant
Introduction to Apache Ant
 
ITB_2023_CommandBox_Task_Runners_Brad_Wood.pdf
ITB_2023_CommandBox_Task_Runners_Brad_Wood.pdfITB_2023_CommandBox_Task_Runners_Brad_Wood.pdf
ITB_2023_CommandBox_Task_Runners_Brad_Wood.pdf
 
Building frameworks over Selenium
Building frameworks over SeleniumBuilding frameworks over Selenium
Building frameworks over Selenium
 
Quality assurance for php projects with PHPStorm
Quality assurance for php projects with PHPStormQuality assurance for php projects with PHPStorm
Quality assurance for php projects with PHPStorm
 
How to Design a Great API (using flask) [ploneconf2017]
How to Design a Great API (using flask) [ploneconf2017]How to Design a Great API (using flask) [ploneconf2017]
How to Design a Great API (using flask) [ploneconf2017]
 
Construire une application JavaFX 8 avec gradle
Construire une application JavaFX 8 avec gradleConstruire une application JavaFX 8 avec gradle
Construire une application JavaFX 8 avec gradle
 
JobTestbuild.xml Builds, tests, and runs the project J.docx
JobTestbuild.xml      Builds, tests, and runs the project J.docxJobTestbuild.xml      Builds, tests, and runs the project J.docx
JobTestbuild.xml Builds, tests, and runs the project J.docx
 
Symfony2 - from the trenches
Symfony2 - from the trenchesSymfony2 - from the trenches
Symfony2 - from the trenches
 
Unittests für Dummies
Unittests für DummiesUnittests für Dummies
Unittests für Dummies
 
Bangpypers april-meetup-2012
Bangpypers april-meetup-2012Bangpypers april-meetup-2012
Bangpypers april-meetup-2012
 
Quality Assurance for PHP projects - ZendCon 2012
Quality Assurance for PHP projects - ZendCon 2012Quality Assurance for PHP projects - ZendCon 2012
Quality Assurance for PHP projects - ZendCon 2012
 
Drupal 8 migrate!
Drupal 8 migrate!Drupal 8 migrate!
Drupal 8 migrate!
 
Local SQLite Database with Node for beginners
Local SQLite Database with Node for beginnersLocal SQLite Database with Node for beginners
Local SQLite Database with Node for beginners
 

More from hopeaustin33688

This modules animation What Is Communication provides background .docx
This modules animation What Is Communication provides background .docxThis modules animation What Is Communication provides background .docx
This modules animation What Is Communication provides background .docxhopeaustin33688
 
▪Nursing Theory PowerPoint Presentation.This is a group project .docx
▪Nursing Theory PowerPoint Presentation.This is a group project .docx▪Nursing Theory PowerPoint Presentation.This is a group project .docx
▪Nursing Theory PowerPoint Presentation.This is a group project .docxhopeaustin33688
 
••You are required to write a story; explaining and analyzing .docx
••You are required to write a story; explaining and analyzing .docx••You are required to write a story; explaining and analyzing .docx
••You are required to write a story; explaining and analyzing .docxhopeaustin33688
 
•Required to read American Mashup A Popular Culture Reader. Ed. A.docx
•Required to read American Mashup A Popular Culture Reader. Ed. A.docx•Required to read American Mashup A Popular Culture Reader. Ed. A.docx
•Required to read American Mashup A Popular Culture Reader. Ed. A.docxhopeaustin33688
 
• ntercultural Activity Presentation Final SubmissionResourc.docx
• ntercultural Activity Presentation Final SubmissionResourc.docx• ntercultural Activity Presentation Final SubmissionResourc.docx
• ntercultural Activity Presentation Final SubmissionResourc.docxhopeaustin33688
 
•Read Chapter 15 from your textbookEthical Controversy Ident.docx
•Read Chapter 15 from your textbookEthical Controversy Ident.docx•Read Chapter 15 from your textbookEthical Controversy Ident.docx
•Read Chapter 15 from your textbookEthical Controversy Ident.docxhopeaustin33688
 
·    ResearchWorks Cited Page (minimum of 5 reputable resources.docx
·    ResearchWorks Cited Page (minimum of 5 reputable resources.docx·    ResearchWorks Cited Page (minimum of 5 reputable resources.docx
·    ResearchWorks Cited Page (minimum of 5 reputable resources.docxhopeaustin33688
 
‘The Other Side of Immigration’ Questions1. What does one spea.docx
‘The Other Side of Immigration’ Questions1. What does one spea.docx‘The Other Side of Immigration’ Questions1. What does one spea.docx
‘The Other Side of Immigration’ Questions1. What does one spea.docxhopeaustin33688
 
•Topic What is an ethical leader and how do ethical leaders differ .docx
•Topic What is an ethical leader and how do ethical leaders differ .docx•Topic What is an ethical leader and how do ethical leaders differ .docx
•Topic What is an ethical leader and how do ethical leaders differ .docxhopeaustin33688
 
·Term Paper International TerrorismDue Week 10 and worth .docx
·Term Paper International TerrorismDue Week 10 and worth .docx·Term Paper International TerrorismDue Week 10 and worth .docx
·Term Paper International TerrorismDue Week 10 and worth .docxhopeaustin33688
 
•Prepare a 4-5 page draft Code of Ethics paper sharing the following.docx
•Prepare a 4-5 page draft Code of Ethics paper sharing the following.docx•Prepare a 4-5 page draft Code of Ethics paper sharing the following.docx
•Prepare a 4-5 page draft Code of Ethics paper sharing the following.docxhopeaustin33688
 
·Sketch the context for, define, and tell the significanceafter.docx
·Sketch the context for, define, and tell the significanceafter.docx·Sketch the context for, define, and tell the significanceafter.docx
·Sketch the context for, define, and tell the significanceafter.docxhopeaustin33688
 
• Each thread is 650 words• Each thread and reply references at le.docx
• Each thread is 650 words• Each thread and reply references at le.docx• Each thread is 650 words• Each thread and reply references at le.docx
• Each thread is 650 words• Each thread and reply references at le.docxhopeaustin33688
 
ØFind a Food borne epidemicIllness that occurred in the U.S. in.docx
ØFind a Food borne epidemicIllness that occurred in the U.S. in.docxØFind a Food borne epidemicIllness that occurred in the U.S. in.docx
ØFind a Food borne epidemicIllness that occurred in the U.S. in.docxhopeaustin33688
 
Organizational BehaviorDisney Animation - John LasseterThe case focu.docx
Organizational BehaviorDisney Animation - John LasseterThe case focu.docxOrganizational BehaviorDisney Animation - John LasseterThe case focu.docx
Organizational BehaviorDisney Animation - John LasseterThe case focu.docxhopeaustin33688
 
Organizational Behavior15th EdPersonality and ValuesCopy.docx
Organizational Behavior15th EdPersonality and ValuesCopy.docxOrganizational Behavior15th EdPersonality and ValuesCopy.docx
Organizational Behavior15th EdPersonality and ValuesCopy.docxhopeaustin33688
 
Organizational Behavior Case Study on LeadershipName Tan Yee .docx
Organizational Behavior Case Study on LeadershipName Tan Yee .docxOrganizational Behavior Case Study on LeadershipName Tan Yee .docx
Organizational Behavior Case Study on LeadershipName Tan Yee .docxhopeaustin33688
 
ORGANIZATIONAL ASSESSMENT WORKSHEETOrganizational ProfileT.docx
ORGANIZATIONAL ASSESSMENT WORKSHEETOrganizational ProfileT.docxORGANIZATIONAL ASSESSMENT WORKSHEETOrganizational ProfileT.docx
ORGANIZATIONAL ASSESSMENT WORKSHEETOrganizational ProfileT.docxhopeaustin33688
 
Organisations and LeadershipOrganisational BehaviourDeve.docx
Organisations and LeadershipOrganisational BehaviourDeve.docxOrganisations and LeadershipOrganisational BehaviourDeve.docx
Organisations and LeadershipOrganisational BehaviourDeve.docxhopeaustin33688
 
Organizational Behavior15th EdEmotions and MoodsCopyrigh.docx
Organizational Behavior15th EdEmotions and MoodsCopyrigh.docxOrganizational Behavior15th EdEmotions and MoodsCopyrigh.docx
Organizational Behavior15th EdEmotions and MoodsCopyrigh.docxhopeaustin33688
 

More from hopeaustin33688 (20)

This modules animation What Is Communication provides background .docx
This modules animation What Is Communication provides background .docxThis modules animation What Is Communication provides background .docx
This modules animation What Is Communication provides background .docx
 
▪Nursing Theory PowerPoint Presentation.This is a group project .docx
▪Nursing Theory PowerPoint Presentation.This is a group project .docx▪Nursing Theory PowerPoint Presentation.This is a group project .docx
▪Nursing Theory PowerPoint Presentation.This is a group project .docx
 
••You are required to write a story; explaining and analyzing .docx
••You are required to write a story; explaining and analyzing .docx••You are required to write a story; explaining and analyzing .docx
••You are required to write a story; explaining and analyzing .docx
 
•Required to read American Mashup A Popular Culture Reader. Ed. A.docx
•Required to read American Mashup A Popular Culture Reader. Ed. A.docx•Required to read American Mashup A Popular Culture Reader. Ed. A.docx
•Required to read American Mashup A Popular Culture Reader. Ed. A.docx
 
• ntercultural Activity Presentation Final SubmissionResourc.docx
• ntercultural Activity Presentation Final SubmissionResourc.docx• ntercultural Activity Presentation Final SubmissionResourc.docx
• ntercultural Activity Presentation Final SubmissionResourc.docx
 
•Read Chapter 15 from your textbookEthical Controversy Ident.docx
•Read Chapter 15 from your textbookEthical Controversy Ident.docx•Read Chapter 15 from your textbookEthical Controversy Ident.docx
•Read Chapter 15 from your textbookEthical Controversy Ident.docx
 
·    ResearchWorks Cited Page (minimum of 5 reputable resources.docx
·    ResearchWorks Cited Page (minimum of 5 reputable resources.docx·    ResearchWorks Cited Page (minimum of 5 reputable resources.docx
·    ResearchWorks Cited Page (minimum of 5 reputable resources.docx
 
‘The Other Side of Immigration’ Questions1. What does one spea.docx
‘The Other Side of Immigration’ Questions1. What does one spea.docx‘The Other Side of Immigration’ Questions1. What does one spea.docx
‘The Other Side of Immigration’ Questions1. What does one spea.docx
 
•Topic What is an ethical leader and how do ethical leaders differ .docx
•Topic What is an ethical leader and how do ethical leaders differ .docx•Topic What is an ethical leader and how do ethical leaders differ .docx
•Topic What is an ethical leader and how do ethical leaders differ .docx
 
·Term Paper International TerrorismDue Week 10 and worth .docx
·Term Paper International TerrorismDue Week 10 and worth .docx·Term Paper International TerrorismDue Week 10 and worth .docx
·Term Paper International TerrorismDue Week 10 and worth .docx
 
•Prepare a 4-5 page draft Code of Ethics paper sharing the following.docx
•Prepare a 4-5 page draft Code of Ethics paper sharing the following.docx•Prepare a 4-5 page draft Code of Ethics paper sharing the following.docx
•Prepare a 4-5 page draft Code of Ethics paper sharing the following.docx
 
·Sketch the context for, define, and tell the significanceafter.docx
·Sketch the context for, define, and tell the significanceafter.docx·Sketch the context for, define, and tell the significanceafter.docx
·Sketch the context for, define, and tell the significanceafter.docx
 
• Each thread is 650 words• Each thread and reply references at le.docx
• Each thread is 650 words• Each thread and reply references at le.docx• Each thread is 650 words• Each thread and reply references at le.docx
• Each thread is 650 words• Each thread and reply references at le.docx
 
ØFind a Food borne epidemicIllness that occurred in the U.S. in.docx
ØFind a Food borne epidemicIllness that occurred in the U.S. in.docxØFind a Food borne epidemicIllness that occurred in the U.S. in.docx
ØFind a Food borne epidemicIllness that occurred in the U.S. in.docx
 
Organizational BehaviorDisney Animation - John LasseterThe case focu.docx
Organizational BehaviorDisney Animation - John LasseterThe case focu.docxOrganizational BehaviorDisney Animation - John LasseterThe case focu.docx
Organizational BehaviorDisney Animation - John LasseterThe case focu.docx
 
Organizational Behavior15th EdPersonality and ValuesCopy.docx
Organizational Behavior15th EdPersonality and ValuesCopy.docxOrganizational Behavior15th EdPersonality and ValuesCopy.docx
Organizational Behavior15th EdPersonality and ValuesCopy.docx
 
Organizational Behavior Case Study on LeadershipName Tan Yee .docx
Organizational Behavior Case Study on LeadershipName Tan Yee .docxOrganizational Behavior Case Study on LeadershipName Tan Yee .docx
Organizational Behavior Case Study on LeadershipName Tan Yee .docx
 
ORGANIZATIONAL ASSESSMENT WORKSHEETOrganizational ProfileT.docx
ORGANIZATIONAL ASSESSMENT WORKSHEETOrganizational ProfileT.docxORGANIZATIONAL ASSESSMENT WORKSHEETOrganizational ProfileT.docx
ORGANIZATIONAL ASSESSMENT WORKSHEETOrganizational ProfileT.docx
 
Organisations and LeadershipOrganisational BehaviourDeve.docx
Organisations and LeadershipOrganisational BehaviourDeve.docxOrganisations and LeadershipOrganisational BehaviourDeve.docx
Organisations and LeadershipOrganisational BehaviourDeve.docx
 
Organizational Behavior15th EdEmotions and MoodsCopyrigh.docx
Organizational Behavior15th EdEmotions and MoodsCopyrigh.docxOrganizational Behavior15th EdEmotions and MoodsCopyrigh.docx
Organizational Behavior15th EdEmotions and MoodsCopyrigh.docx
 

Recently uploaded

Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 

Recently uploaded (20)

TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 

Ordering System IP2buildclasses.netbeans_automatic_buildO.docx

  • 1. Ordering System IP2/build/classes/.netbeans_automatic_build Ordering System IP2/build/classes/.netbeans_update_resources Ordering System IP2/build/classes/online/ordering/system/ip1/OnlineOrderingSys temIP1.classpackage online.ordering.system.ip1; publicsynchronizedclass OnlineOrderingSystemIP1 { public void OnlineOrderingSystemIP1(); privatestatic String getStringInput(String); privatestatic double totalCost(int, double, double); publicstatic void main(String[]); } Ordering System IP2/build.xml Builds, tests, and runs the project Online Ordering System IP1. Ordering System IP2/manifest.mf Manifest-Version: 1.0 X-COMMENT: Main-Class will be added automatically by build Ordering System IP2/nbproject/build-impl.xml
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7. Must set src.dir Must set test.src.dir Must set build.dir Must set dist.dir Must set build.classes.dir Must set dist.javadoc.dir Must set build.test.classes.dir Must set build.test.results.dir Must set build.classes.excludes Must set dist.jar
  • 8.
  • 9.
  • 11.
  • 12.
  • 13.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21. Must set JVM to use for profiling in profiler.info.jvm Must set profiler agent JVM arguments in profiler.info.jvmargs.agent
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27. Must select some files in the IDE or set javac.includes
  • 28. To run this application from the command line without Ant, try: java -jar "${dist.jar.resolved}"
  • 29. Must select one file in the IDE or set run.class Must select one file in the IDE or set run.class
  • 30. Must select one file in the IDE or set debug.class Must select one file in the IDE or set debug.class Must set fix.includes
  • 31. This target only works when run from inside the NetBeans IDE. Must select one file in the IDE or set profile.class This target only works when run from inside the NetBeans IDE. This target only works when run from inside the NetBeans IDE.
  • 32. This target only works when run from inside the NetBeans IDE.
  • 33. Must select one file in the IDE or set run.class Must select some files in the IDE or set test.includes Must select one file in the IDE or set run.class Must select one file in the IDE or set applet.url
  • 34.
  • 35. Must select some files in the IDE or set javac.includes
  • 36. Some tests failed; see details above. Must select some files in the IDE or set test.includes Some tests failed; see details above. Must select some files in the IDE or set test.class Must select some method in the IDE or set test.method Some tests failed; see details above. Must select one file in the IDE or set test.class
  • 37. Must select one file in the IDE or set test.class Must select some method in the IDE or set test.method Must select one file in the IDE or set applet.url Must select one file in the IDE or set applet.url
  • 38.
  • 39. Ordering System IP2/nbproject/genfiles.properties build.xml.data.CRC32=3fef0086 build.xml.script.CRC32=4bdc748b [email protected] # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. nbproject/build-impl.xml.data.CRC32=3fef0086 nbproject/build-impl.xml.script.CRC32=ade8263c nbproject/[email protected] Ordering System IP2/nbproject/private/private.properties compile.on.save=true user.properties.file=C:Usersgenta_000AppDataRoaming NetBeans8.0.1build.properties Ordering System IP2/nbproject/private/private.xml
  • 41. # Only compile against the classpath explicitly listed here: build.sysclasspath=ignore build.test.classes.dir=${build.dir}/test/classes build.test.results.dir=${build.dir}/test/results # Uncomment to specify the preferred debugger connection transport: #debug.transport=dt_socket debug.classpath= ${run.classpath} debug.test.classpath= ${run.test.classpath} # Files in build.classes.dir which should be excluded from distribution jar dist.archive.excludes= # This directory is removed when the project is cleaned: dist.dir=dist dist.jar=${dist.dir}/Online_Ordering_System_IP1.jar dist.javadoc.dir=${dist.dir}/javadoc excludes=
  • 42. includes=** jar.compress=false javac.classpath= # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false javac.processorpath= ${javac.classpath} javac.source=1.7 javac.target=1.7 javac.test.classpath= ${javac.classpath}: ${build.classes.dir} javac.test.processorpath= ${javac.test.classpath} javadoc.additionalparam= javadoc.author=false javadoc.encoding=${source.encoding}
  • 44. # You may also define separate properties like run-sys- prop.name=value instead of -Dname=value. # To set system properties for unit tests define test-sys- prop.name=value: run.jvmargs= run.test.classpath= ${javac.test.classpath}: ${build.test.classes.dir} source.encoding=UTF-8 src.dir=src test.src.dir=test Ordering System IP2/nbproject/project.xml org.netbeans.modules.java.j2seproject Online Ordering System IP1
  • 45. Ordering System IP2/src/online/ordering/system/ip1/OnlineOrderingSystemIP1.ja vaOrdering System IP2/src/online/ordering/system/ip1/OnlineOrderingSystemIP1.ja va/* * To change this license header, choose License Headers in Pro ject Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package online.ordering.system.ip1; import javax.swing.JOptionPane; /** * * @author James.Williams * 10/13/2014 */ publicclassOnlineOrderingSystemIP1{ privatestaticString getStringInput(String prompt){ String input=null; int count=0; while(count<3){ input=JOptionPane.showInputDialog(prompt); if(!(input.trim()).isEmpty()){ break; } count++; //JOptionPane.showMessageDialog(null, "You must enter somet hing in the prompt,n Please try again, count remains "+(3- count)); }
  • 46. if(input.isEmpty()){ JOptionPane.showMessageDialog(null,"You must enter somethi ng in the prompt,n Please try again latter"); System.exit(1); } return input; } privatestaticdouble totalCost(int number,double cost,double sale sTaxRate){ double total=number*cost; double tax=total*salesTaxRate/100; return(total+tax); } /** * @param args the command line arguments */ publicstaticvoid main(String[] args){ // declare variables String openingMsg, customerName, nameOutputMsg , customerReturn, returnOutputMsg, greetingOutputMsg, outputMsg, colorOutputMsg, tabletColor,totalCostMsg; int quantity=0; double unitCost=799; double totalCost=0; double taxRate=5; // display opening message openingMsg ="*** Welcome to Microsoft's Online Orderin g System ***n" +" It's a great day to order a Tablet!"; JOptionPane.showMessageDialog(null, openingMsg); // get required input using dialogs customerName = getStringInput("Please enter your name: "); customerReturn =getStringInput("Are you a returning cust
  • 47. omer (yes or no)? "); // Addition of Color Selection tabletColor = getStringInput("Please select a colo r for your Tablet: "); boolean isNumber=false; do{ try{ quantity=Integer.parseInt(getStringInput("Pleas e enter quantity to order")); isNumber=true; }catch(NumberFormatException rr){ JOptionPane.showMessageDialog(null,"Quantity must be a num ber"); } }while(!isNumber); totalCost=totalCost(quantity,unitCost,taxRate); // build output strings nameOutputMsg ="Welcome "+ customerName +".nn"; returnOutputMsg ="Your return customer status is "+ cus tomerReturn +".n"; colorOutputMsg ="Your Tablet color is: "+ tabletColor +" n"; totalCostMsg="Total cost for "+quantity+" item(s) is : $"+totalCost+"n"; greetingOutputMsg ="Thank you for visiting Microso ft!"+"nn" +"Your order should ship in less than 48 hours.n"; // create and display output string outputMsg = nameOutputMsg + returnOutputMsg + colorO utputMsg +totalCostMsg+greetingOutputMsg; JOptionPane.showMessageDialog(null, outputMsg); System.exit(0); }// end main()
  • 48. }// end class PizzasRUsPhase1 James Williams_IT110_IP2.doc.docx IT110-1404A-02 Introduction to Programming Phase 1 Ip James Williams 10/13/2014 Microsoft Software Company Williams, James Phase 1 Ip Table of Contents Page # 1. Warranty Information 1 2. Product Support 5 3. Contact Microsoft 9 4. How to Setup 13 a. How to Operate 17 5. Regulatory Model 21 a. Regulatory Type 23 6. Laptop Model 27 7. Letters of Support (submitted independently) Week 1: Project Description Microsoft was founded in 1975. Our mission is to enable people and businesses throughout the world to realize their full potential. We work to achieve this mission by creating
  • 49. technology that transforms the way people work, play, and communicate. We develop and market software, services, and hardware that deliver new opportunities, greater convenience, and enhanced value to people's lives. We do business worldwide and have offices in more than 100 countries. We generate revenue by developing, licensing, and supporting a wide range of software products and services, by designing and selling hardware, and by delivering relevant online advertising to a global customer audience. In addition to selling individual products and services, we offer suites of products and services. Our products include operating systems for personal computers ("PCs"), servers, phones, and other intelligent devices; server applications for distributed computing environments; productivity applications; business solution applications; desktop and server management tools; software development tools; video games; and online advertising. We also design and sell hardware including the Xbox 360 gaming and entertainment console, Kinect for Xbox 360, Xbox 360 accessories, and Microsoft PC hardware products. We provide consulting and product and solution support services, and we train and certify computer system integrators and developers. We also offer cloud-based solutions that provide customers with software, services and content over the Internet by way of shared computing resources located in centralized data centers. Cloud revenue is earned primarily from usage fees and advertising. The product we will discussing is the Microsoft Surface Pro 3, the tablet that will replace your laptop. It is sleek and stylish design gives you the power of a laptop with the flexibility of a tablet. This tabet barely tips the scales at 1.76 pounds which allows you to take it everywhere. It has a 12 inch screen that is full HD and a screen resolution of 2160 x 1440. The battery life is excellent with up to 9 hours of continuous web browsing. This tablet also features a S.Pen and a 4th generation Intel Core processor. It runs off or our new addition to the family Windows 8. The Surface Pro 3 come in a variety of colors for
  • 50. your style/liking. · Bing, our Internet search engine that finds and organizes the answers people need so they can make faster, more informed decisions; · Windows Live Essentials suite, which allows users to upload, organize and store photos, make movies, communicate via video, email, and messaging, and enhance online safety; · Xbox LIVE service, which enables online gaming, social networking, and access to a wide range of video, gaming, and entertainment content; · Microsoft Office 365, an online suite that enables people to work from virtually anywhere, anytime, and on any device with simple, familiar collaboration and communication solutions, including Microsoft Office, Exchange, SharePoint, and Lync; · Microsoft Dynamics CRM Online customer relationship management services for sales, service and marketing professionals provided through a familiar Microsoft Outlook interface; and Week 1: Java Fundamentals Week 2: Java Control Structures
  • 51. Week 3: Error Handling and File Input or Output TBD Week 4: Object-Oriented Techniques TBD Week 5: Inheritance and Polymorphism TBD References TBD