SlideShare a Scribd company logo
1 of 29
Programming
Project
2
30
points
Submission
Instructions
Open
Eclipse
and
create
a
Java
Project
called
Project2.
Add
a
class
named
RectangleIntersection
to
this
project.
At
the
top
of
your
file,
enter
a
comment
with
your
name,
the
assignment
number,
the
date,
and
a
short
description
of
what
the
program
does.
When
you
are
finished,
export
your
project
from
Eclipse
and
upload
it
to
Canvas
before
the
due
date.
To
do
this,
right
click
on
the
project
name
and
select
Export.
Select
General-­‐>Archive
File
and
click
Next.
Select
the
project
you
wish
to
export
(Project2
in
this
case)
and
click
Browse
to
browse
to
a
location
to
save
your
file.
Name
this
file
YourLastNameYourFirstNameProject2.
Upload
this
file
to
Canvas.
Remember
that
late
assignments
are
not
accepted
in
this
course.
Assignment
In
this
project
we
are
going
to
solve
a
geometric
problem.
Geometric
problems
are
important
for
many
applications
including
data
visualization,
geographic
information
systems,
integrated
circuits,
computer
graphics,
and
video
games.
If
boxes
are
"axis-­‐aligned,"
meaning
the
edges
are
parallel
to
the
x-­‐
and
y-­‐axes,
we
can
actually
figure
out
whether
or
not
they
intersect
with
some
very
simple
tests.
Write
a
program
that
prompts
the
user
to
enter
the
center
coordinates,
widths
and
heights
of
two
rectangles.
Your
program
should
draw
the
two
rectangles
to
the
screen.
If
the
rectangles
do
not
intersect,
they
should
be
colored
green.
If
they
do
overlap,
they
should
be
colored
red.
How
can
we
tell
if
the
two
rectangles
overlap?
There
is
a
simple
and
elegant
solution.
It
focuses
on
when
we
are
sure
that
there
is
no
overlap.
For
example,
what
can
we
say
about
the
right
edge
of
box
1
and
the
left
edge
of
box
2?
What
can
we
say
about
the
edges
now?
There
are
four
conditions
that
guarantee
that
we
have
no
overlap
(two
for
the
left
and
right
edges,
two
for
the
top
and
bottom
edges).
If
any
of
those
conditions
are
true,
that
means
we
do
not
have
an
intersection.
If
none
of
them
are
true,
it
means
we
have
an
intersection.
The
left
and
right
conditions
are
illustrated
above.
Go
ahead
and
draw
the
top
and
bottom
conditions.
I
recommend
you
work
in
small
steps
to
solve
this
problem:
• I
would
approach
the
problem
by
first
creating
variables
the
represent
the
centers,
widths,
and
heights
of
each
rectangle
and
then
assigning
these
variables
values
within
your
code.
• I
would
then
write
code
draw
these
rectangles
and
verify
that
each
rectangle
is
drawn
correctly.
• I
would
then
write
code
that
determines
the
position
of
each
edge
(top,
bottom,
left,
right)
of
each
rectangle.
• Next,
I
would
add
the
code
that
checks
to
see
if
the
rectangles
intersect
and
print
out
the
result
(“intersection”
or
“no
intersection”)
to
the
screen.
I
would
test
this
code
for
all
four
cases
in
which
the
rectangles
do
not
intersect
as
well
as
several
cases
in
which
they
do
intersect.
• I
would
then
color
the
rectangles
appropriately.
• Finally,
I
would
add
the
user
input.
Grading
Criteria
(30
points
possible)
Points
Criteria
0-­‐5
points
Input:
Does
the
program
clearly
prompt
the
user
for
the
required
values
and
correctly
read
in
these
values
from
the
keyboard?
0-­‐10
points
Correctness:
Does
the
program
correctly
calculate
if
the
two
rectangles
intersect?
0-­‐10
points
Output:
Are
the
rectangles
drawn
in
the
proper
locations?
Are
the
rectangles
drawn
with
the
correct
widths
and
heights?
Are
they
colored
properly?
0-­‐5
points
Style:
Is
the
code
easy
to
read?
Is
the
code
indented
in
a
style
similar
to
that
shown
in
the
textbook?
Are
blank
lines
used
to
divide
the
code
into
sections?
Is
a
comment
with
the
required
information
included
at
the
top
of
the
file?
Are
comments
used
to
provide
details
that
are
not
obvious?
Are
meaningful
variable
names
used?
(See
Section
1.4
of
the
textbook
for
documentation
and
style
guidelines.)
History of Digital Art
Research Paper and Presentation
Topic Statement and Definition:
Your topic is related to the art work or thematic focus of your
paper. You should have a thesis statement
which more specifically tells the reader what you intend to do
or discuss in your paper. Your topic
should have been approved by me before you begin working on
the paper itself.
Description of Artwork/Artist Chosen for Paper:
Whether you deal with a theme or a specific art work, you
should describe it in detail and the reasons
for studying it. This is usually part of the introduction,
following from your initial statement and
paragraph about the overall focus of the paper.
Context and Analysis:
Context includes several things and varies depending on your
topic. In the case of an art historical or
humanities paper, the context may be material about the historic
period in question, the artist’s
background, previous approaches to analysis of your question,
interpretations of the work, and so on. It
should only be included if it helps to explain your subsequent
analysis of the art work. Your paper is an
in-depth study of a single work, the analysis is precisely that:
an analysis of the art work, from a formal
point of view (what it looks like, its composition, its style, its
visual characteristics) and from the point of
view of the interpretations you have chosen to focus on.
Significance and Conclusion:
Here you discuss the importance, meaning and value of the
particular artwork or thematic question
chosen for this paper. This is also where you should include
your own point of view which is either
related to these positions or rejects them for reasons related to
their failure as critical theories. This is
an important part of the paper precisely because it is where you
tell the reader what you, in contrast to
other people, think.
Writing Style and Organization:
• Grammar is correct; spelling is correct
• Paper is well-organized and understandable
• More than one source of information is used to arrive at a new
point of view
• Proper citations with footnotes and quotation marks, when
appropriate; very long quotations should
be summarized and given credit
Do not plagiarize! You are allowed to use the ideas of other
writers – if you give a citation. Putting it into
your own words is important and is more than just changing one
word. But you should avoid quoting
needlessly. Basic facts do not need to be quoted; neither do
descriptions. You can describe things with
your own words. If the description you read brought your
attention to something you hadn’t noticed,
then tell the reader that.
Format:
Paper should be 12 pt font, standard margins, double spaced. It
should be at least 5 pages total. Include
a title page and give your paper a title. Page length does not
include Title pages or Bibliography.
Pictures:
You are encouraged to include images in your paper, however,
these will not count against paper length.
Make sure your images are labeled appropriately.
Notes and Bibliography Examples:
You must include at least 4 Bibliographic sources in your paper.
Your textbook can count as 1 source.
Ideally, the remaining sources will be a mix of formats
(journals, books, websites, video). Use Wikipedia
as a resource, but DO NOT cite Wikipedia. Follow the citations
to find original articles, websites, etc.
The Chicago Manual Documentation style is described below.
You may use your textbook as one source
for your paper. Other sources can include academic articles, art
books, museum websites, etc. You may
use Wikipedia as a reference, however, do not cite Wikipedia by
itself. Refer to the link and citations in
the Wiki page for additional external sources.
Book: One author
Note style:
1. Wendy Doniger, Splitting the Difference (Chicago:
University of Chicago Press, 1999), 65.
Bibliography style:
Doniger, Wendy. Splitting the Difference. Chicago: University
of Chicago Press, 1999.
Note the differences here – in particular, the note has a page
number at the end. The bibliographic entry
does not, assuming that you used more than one page in the
book.
Two authors
Note:
6. Guy Cowlishaw and Robin Dunbar, Primate Conservation
Biology (Chicago: University of Chicago
Press, 2000), 104–7.
Bibliography:
Cowlishaw, Guy, and Robin Dunbar. Primate Conservation
Biology. Chicago: University of Chicago Press,
2000.
Article in a print journal
Note:
8. John Maynard Smith, “The Origin of Altruism,” Nature 393
(1998): 639.
Bib:
Smith, John Maynard. “The Origin of Altruism.” Nature 393
(1998): 639–40.
Resources for further types of citations:
http://www.chicagomanualofstyle.org/tools_citationguide/citatio
n-guide-1.html
Presentation Guidelines:
• Presentations will be 6-8 minutes in length. You will discuss
the main points of your paper –
presenting the artist and artwork you chose to the class.
• Prepare a paper or notecards with your talking points
• Have a PowerPoint containing at least the artwork you’ll be
talking about. You may also include
other images such as photos of the artist, process or related
work. You may show related
content such as video however, make sure the clips are short
and be prepared to talk over them
if necessary. Be conscious of the time requirement. Do not use
video to explain your point for
you. This is your research topic so be prepared to present it
verbally.
• Practice your presentation and make sure you are staying
within the time limit.
• Be excited about your topic! If you’re excited, we will be
more interested in hearing about it.
Presentation Day:
Presentations will be selected in a random order so you need to
arrive to class each day during
Presentation Week ready to go since you do not know which day
you will be presenting. If you are called
to do your presentation and you are not present that day or are
not prepared to give your talk, you will
lose points. We will take a moment after each presentation for
the audience to ask questions.
Dates:
Wednesday, Oct 11th – Artwork and Artist chosen and
submitted via Blackboard
Friday, Oct 27th – Thesis Statement and Bibliography submitted
via Blackboard
Monday, Nov 20th – Open class period to receive help on
presentations; Final Papers Due by 5:00 pm via
Blackboard
Monday, Nov 27th – Dec 4th – Presentations in class
http://www.chicagomanualofstyle.org/tools_citationguide/citatio
n-guide-1.html
Programming  Project  2  30  points    Submi.docx

More Related Content

Similar to Programming  Project  2  30  points    Submi.docx

Advice on academic writing power point
Advice on academic writing power pointAdvice on academic writing power point
Advice on academic writing power pointcintiasantillan3
 
Advice on academic writing power point
Advice on academic writing power pointAdvice on academic writing power point
Advice on academic writing power pointcintiasantillan3
 
ANT2002 Major Essay Instructions.docxEssay Question Discuss.docx
ANT2002 Major Essay Instructions.docxEssay Question Discuss.docxANT2002 Major Essay Instructions.docxEssay Question Discuss.docx
ANT2002 Major Essay Instructions.docxEssay Question Discuss.docxamrit47
 
Written expression 4 presentation
Written expression 4 presentationWritten expression 4 presentation
Written expression 4 presentationFlorenciaRios15
 
Written expression 4 presentation
Written expression 4 presentationWritten expression 4 presentation
Written expression 4 presentationFlorenciaRios15
 
Managerial skill ss ppt
Managerial skill ss pptManagerial skill ss ppt
Managerial skill ss pptSachin Mukati
 
Group 7 -EAPp raw.pptx
Group 7 -EAPp raw.pptxGroup 7 -EAPp raw.pptx
Group 7 -EAPp raw.pptxIanDaveSBarzo
 
Academic writing
Academic writingAcademic writing
Academic writingChris Post
 
Language and written expression 4
Language and written expression 4Language and written expression 4
Language and written expression 4MacarenaGarcia25
 
Power point estella
Power point estellaPower point estella
Power point estellaCAROHOUR
 
Power point
Power point Power point
Power point CAROHOUR
 

Similar to Programming  Project  2  30  points    Submi.docx (15)

Advice on academic writing power point
Advice on academic writing power pointAdvice on academic writing power point
Advice on academic writing power point
 
Advice on academic writing power point
Advice on academic writing power pointAdvice on academic writing power point
Advice on academic writing power point
 
ANT2002 Major Essay Instructions.docxEssay Question Discuss.docx
ANT2002 Major Essay Instructions.docxEssay Question Discuss.docxANT2002 Major Essay Instructions.docxEssay Question Discuss.docx
ANT2002 Major Essay Instructions.docxEssay Question Discuss.docx
 
Advice on Academic Writing
Advice on Academic Writing Advice on Academic Writing
Advice on Academic Writing
 
Advice academic writing
Advice academic writingAdvice academic writing
Advice academic writing
 
Written expression 4 presentation
Written expression 4 presentationWritten expression 4 presentation
Written expression 4 presentation
 
Written expression 4 presentation
Written expression 4 presentationWritten expression 4 presentation
Written expression 4 presentation
 
Managerial skill ss ppt
Managerial skill ss pptManagerial skill ss ppt
Managerial skill ss ppt
 
Assignment Planning for Undergraduates .pdf
Assignment Planning for Undergraduates .pdfAssignment Planning for Undergraduates .pdf
Assignment Planning for Undergraduates .pdf
 
Group 7 -EAPp raw.pptx
Group 7 -EAPp raw.pptxGroup 7 -EAPp raw.pptx
Group 7 -EAPp raw.pptx
 
Assignment help
Assignment helpAssignment help
Assignment help
 
Academic writing
Academic writingAcademic writing
Academic writing
 
Language and written expression 4
Language and written expression 4Language and written expression 4
Language and written expression 4
 
Power point estella
Power point estellaPower point estella
Power point estella
 
Power point
Power point Power point
Power point
 

More from briancrawford30935

You have collected the following documents (unstructured) and pl.docx
You have collected the following documents (unstructured) and pl.docxYou have collected the following documents (unstructured) and pl.docx
You have collected the following documents (unstructured) and pl.docxbriancrawford30935
 
You have been working as a technology associate the information .docx
You have been working as a technology associate the information .docxYou have been working as a technology associate the information .docx
You have been working as a technology associate the information .docxbriancrawford30935
 
You have chosen to join WHO. They are particularly interested in.docx
You have chosen to join WHO. They are particularly interested in.docxYou have chosen to join WHO. They are particularly interested in.docx
You have chosen to join WHO. They are particularly interested in.docxbriancrawford30935
 
You have been tasked to present at a town hall meeting in your local.docx
You have been tasked to present at a town hall meeting in your local.docxYou have been tasked to present at a town hall meeting in your local.docx
You have been tasked to present at a town hall meeting in your local.docxbriancrawford30935
 
You have been tasked as the health care administrator of a major hos.docx
You have been tasked as the health care administrator of a major hos.docxYou have been tasked as the health care administrator of a major hos.docx
You have been tasked as the health care administrator of a major hos.docxbriancrawford30935
 
You have been tasked to devise a program to address the needs of.docx
You have been tasked to devise a program to address the needs of.docxYou have been tasked to devise a program to address the needs of.docx
You have been tasked to devise a program to address the needs of.docxbriancrawford30935
 
You have been successful in your application for the position be.docx
You have been successful in your application for the position be.docxYou have been successful in your application for the position be.docx
You have been successful in your application for the position be.docxbriancrawford30935
 
You have been hired as a project management consultant by compan.docx
You have been hired as a project management consultant by compan.docxYou have been hired as a project management consultant by compan.docx
You have been hired as a project management consultant by compan.docxbriancrawford30935
 
You have been hired to manage a particular aspect of the new ad.docx
You have been hired to manage a particular aspect of the new ad.docxYou have been hired to manage a particular aspect of the new ad.docx
You have been hired to manage a particular aspect of the new ad.docxbriancrawford30935
 
You have been hired by Red Didgeridoo Technologies. They know th.docx
You have been hired by Red Didgeridoo Technologies. They know th.docxYou have been hired by Red Didgeridoo Technologies. They know th.docx
You have been hired by Red Didgeridoo Technologies. They know th.docxbriancrawford30935
 
You have been hired by TMI to design an application using shell scri.docx
You have been hired by TMI to design an application using shell scri.docxYou have been hired by TMI to design an application using shell scri.docx
You have been hired by TMI to design an application using shell scri.docxbriancrawford30935
 
You have been hired as the CSO (Chief Security Officer) for an org.docx
You have been hired as the CSO (Chief Security Officer) for an org.docxYou have been hired as the CSO (Chief Security Officer) for an org.docx
You have been hired as the CSO (Chief Security Officer) for an org.docxbriancrawford30935
 
You have been hired to evaluate the volcanic hazards associated .docx
You have been hired to evaluate the volcanic hazards associated .docxYou have been hired to evaluate the volcanic hazards associated .docx
You have been hired to evaluate the volcanic hazards associated .docxbriancrawford30935
 
You have been hired as an assistant to the public health officer for.docx
You have been hired as an assistant to the public health officer for.docxYou have been hired as an assistant to the public health officer for.docx
You have been hired as an assistant to the public health officer for.docxbriancrawford30935
 
You have been engaged to develop a special calculator program. T.docx
You have been engaged to develop a special calculator program. T.docxYou have been engaged to develop a special calculator program. T.docx
You have been engaged to develop a special calculator program. T.docxbriancrawford30935
 
You have now delivered the project to your customer ahead of schedul.docx
You have now delivered the project to your customer ahead of schedul.docxYou have now delivered the project to your customer ahead of schedul.docx
You have now delivered the project to your customer ahead of schedul.docxbriancrawford30935
 
You have now delivered the project to your customer. The project was.docx
You have now delivered the project to your customer. The project was.docxYou have now delivered the project to your customer. The project was.docx
You have now delivered the project to your customer. The project was.docxbriancrawford30935
 
You have now experienced the work of various scholars, artists and m.docx
You have now experienced the work of various scholars, artists and m.docxYou have now experienced the work of various scholars, artists and m.docx
You have now experienced the work of various scholars, artists and m.docxbriancrawford30935
 
You have learned that Mr. Moore does not drink alcohol in the mornin.docx
You have learned that Mr. Moore does not drink alcohol in the mornin.docxYou have learned that Mr. Moore does not drink alcohol in the mornin.docx
You have learned that Mr. Moore does not drink alcohol in the mornin.docxbriancrawford30935
 
You have been hired by a large hospitality firm (e.g., Marriot.docx
You have been hired by a large hospitality firm (e.g., Marriot.docxYou have been hired by a large hospitality firm (e.g., Marriot.docx
You have been hired by a large hospitality firm (e.g., Marriot.docxbriancrawford30935
 

More from briancrawford30935 (20)

You have collected the following documents (unstructured) and pl.docx
You have collected the following documents (unstructured) and pl.docxYou have collected the following documents (unstructured) and pl.docx
You have collected the following documents (unstructured) and pl.docx
 
You have been working as a technology associate the information .docx
You have been working as a technology associate the information .docxYou have been working as a technology associate the information .docx
You have been working as a technology associate the information .docx
 
You have chosen to join WHO. They are particularly interested in.docx
You have chosen to join WHO. They are particularly interested in.docxYou have chosen to join WHO. They are particularly interested in.docx
You have chosen to join WHO. They are particularly interested in.docx
 
You have been tasked to present at a town hall meeting in your local.docx
You have been tasked to present at a town hall meeting in your local.docxYou have been tasked to present at a town hall meeting in your local.docx
You have been tasked to present at a town hall meeting in your local.docx
 
You have been tasked as the health care administrator of a major hos.docx
You have been tasked as the health care administrator of a major hos.docxYou have been tasked as the health care administrator of a major hos.docx
You have been tasked as the health care administrator of a major hos.docx
 
You have been tasked to devise a program to address the needs of.docx
You have been tasked to devise a program to address the needs of.docxYou have been tasked to devise a program to address the needs of.docx
You have been tasked to devise a program to address the needs of.docx
 
You have been successful in your application for the position be.docx
You have been successful in your application for the position be.docxYou have been successful in your application for the position be.docx
You have been successful in your application for the position be.docx
 
You have been hired as a project management consultant by compan.docx
You have been hired as a project management consultant by compan.docxYou have been hired as a project management consultant by compan.docx
You have been hired as a project management consultant by compan.docx
 
You have been hired to manage a particular aspect of the new ad.docx
You have been hired to manage a particular aspect of the new ad.docxYou have been hired to manage a particular aspect of the new ad.docx
You have been hired to manage a particular aspect of the new ad.docx
 
You have been hired by Red Didgeridoo Technologies. They know th.docx
You have been hired by Red Didgeridoo Technologies. They know th.docxYou have been hired by Red Didgeridoo Technologies. They know th.docx
You have been hired by Red Didgeridoo Technologies. They know th.docx
 
You have been hired by TMI to design an application using shell scri.docx
You have been hired by TMI to design an application using shell scri.docxYou have been hired by TMI to design an application using shell scri.docx
You have been hired by TMI to design an application using shell scri.docx
 
You have been hired as the CSO (Chief Security Officer) for an org.docx
You have been hired as the CSO (Chief Security Officer) for an org.docxYou have been hired as the CSO (Chief Security Officer) for an org.docx
You have been hired as the CSO (Chief Security Officer) for an org.docx
 
You have been hired to evaluate the volcanic hazards associated .docx
You have been hired to evaluate the volcanic hazards associated .docxYou have been hired to evaluate the volcanic hazards associated .docx
You have been hired to evaluate the volcanic hazards associated .docx
 
You have been hired as an assistant to the public health officer for.docx
You have been hired as an assistant to the public health officer for.docxYou have been hired as an assistant to the public health officer for.docx
You have been hired as an assistant to the public health officer for.docx
 
You have been engaged to develop a special calculator program. T.docx
You have been engaged to develop a special calculator program. T.docxYou have been engaged to develop a special calculator program. T.docx
You have been engaged to develop a special calculator program. T.docx
 
You have now delivered the project to your customer ahead of schedul.docx
You have now delivered the project to your customer ahead of schedul.docxYou have now delivered the project to your customer ahead of schedul.docx
You have now delivered the project to your customer ahead of schedul.docx
 
You have now delivered the project to your customer. The project was.docx
You have now delivered the project to your customer. The project was.docxYou have now delivered the project to your customer. The project was.docx
You have now delivered the project to your customer. The project was.docx
 
You have now experienced the work of various scholars, artists and m.docx
You have now experienced the work of various scholars, artists and m.docxYou have now experienced the work of various scholars, artists and m.docx
You have now experienced the work of various scholars, artists and m.docx
 
You have learned that Mr. Moore does not drink alcohol in the mornin.docx
You have learned that Mr. Moore does not drink alcohol in the mornin.docxYou have learned that Mr. Moore does not drink alcohol in the mornin.docx
You have learned that Mr. Moore does not drink alcohol in the mornin.docx
 
You have been hired by a large hospitality firm (e.g., Marriot.docx
You have been hired by a large hospitality firm (e.g., Marriot.docxYou have been hired by a large hospitality firm (e.g., Marriot.docx
You have been hired by a large hospitality firm (e.g., Marriot.docx
 

Recently uploaded

internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 

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
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 

Programming  Project  2  30  points    Submi.docx