1 / 9

COP2800 – Computer Programming Using JAVA

COP2800 – Computer Programming Using JAVA. University of Florida Department of CISE Spring 2013 Lecture 11 – How to Get Started on Assignment #2 Webpage : www.cise.ufl.edu/~mssz/JavaNM/Top-Level.html. COP2800 – Programming in JAVA. Course Objectives

shirin
Télécharger la présentation

COP2800 – Computer Programming Using JAVA

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. COP2800 – Computer Programming Using JAVA University of Florida Department of CISE Spring 2013 Lecture 11 – How to Get Started on Assignment #2 Webpage:www.cise.ufl.edu/~mssz/JavaNM/Top-Level.html

  2. COP2800 – Programming in JAVA • Course Objectives • Basic Knowledge of Computers & Programming • Specific Knowledge of JAVA Programming • Practical Programming Projects Build Skills • Today’s Class • How to Program Assignment #2 • Developing Code for Assignment #2 • Compiling and Running • How to e-Submit Your Code by 15 February 2013

  3. Review: Java Program Structure • JAVA Units: • Packages • Classes • (Instances) • Methods • Instructions • Variables HIGH-LEVEL VIEW PICTURE CREDIT: http://www.webbasedprogramming.com/JAVA-Developers-Guide/ch4.htm

  4. Review: Java Package Structure PICTURE CREDIT: http://users.soe.ucsc.edu/~charlie/book/notes/summary1-4/sld016.htm

  5. Assignment #2 : Number Filtering • Objectives • Put numbers into bins based on magnitude • Learn how to use Java arrays • Learn how to use Typecasting • Learn how to use Flow Control Structures • Things You Will Need • Java Software Loaded onto Your Laptop • Assignment #2 PDF from Course Website • (contains pseudocode and some Java code)

  6. Structure of Assignment #2 • Part I – Vocabulary Questions • Part II – Build a Simple Java Program TODAY!! • Next Week (Friday): • Part III – Enhance Your Java Program • Make ClassBetterNumberFilter • Use inheritanceto help structure the program • Make methods for processing input and printing the output

  7. Let’s Get Started… Visit our COP2800 Class Website and… 1. DownloadAssignment #2 Description: www.cise.ufl.edu/~mssz/JavaNM/COP2800-S13-HW2-Assignment.pdf

  8. Next Week: Java Programming • Next Class (Monday 04 February) • Details about Java ARRAYS • Programming Array Operations with Loops • Next Class (Wednesday 05 February) • More on Loops and Arrays • Multidimensional Arrays

  9. Enjoy the Weekend !! Photo Credit: http://forum.ebaumsworld.com/showthread.php?355305-Big-wave-surfing-pictures-and-videos

More Related