1 / 17

COMP 274 Technology levels--snaptutorial.com

For more classes visit<br>www.snaptutorial.com<br><br>Lecture<br>Java and C Similarities<br>Chapter 1: Introduction to Computers, Programs, and Java<br>Sections 1.5, 1.6, 1.7, 1.8, 1.9<br>Chapter 2: Elementary Programming<br>

Télécharger la présentation

COMP 274 Technology levels--snaptutorial.com

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. COMP 274 Technology levels--snaptutorial.com

  2. COMP 274 Technology levels--snaptutorial.com COMP 274 Week 1 Homework Assignment For more classes visit www.snaptutorial.com Lecture Java and C++ Similarities Chapter 1: Introduction to Computers, Programs, and Java Sections 1.5, 1.6, 1.7, 1.8, 1.9 Chapter 2: Elementary Programming

  3. COMP 274 Technology levels--snaptutorial.com COMP 274 Week 1 ilab Programming Assignment For more classes visit www.snaptutorial.com Do the following two programs: Write a Java application that inputsthree integers from the user and displays the sum, average, product, smallest and largest of the numbers. Use a Scanner object to get the input from the user. Use System.out to output the results. The average should be afloating point result, and should be displayed with 2 digits after the decimal point.

  4. COMP 274 Technology levels--snaptutorial.com COMP 274 Week 2 iLab Inheritance and Polymorphism For more classes visit www.snaptutorial.com COMP 274 Week 2 iLab Inheritance and Polymorphism

  5. COMP 274 Technology levels--snaptutorial.com COMP 274 Week 3 Homework Assignment For more classes visit www.snaptutorial.com COMP 274 Week 3 Homework Assignment

  6. COMP 274 Technology levels--snaptutorial.com COMP 274 Week 3 Programming Assignment For more classes visit www.snaptutorial.com COMP 274 Week 3 Programming Assignment

  7. COMP 274 Technology levels--snaptutorial.com COMP 274 Week 4 Homework Assignment For more classes visit www.snaptutorial.com COMP 274 Week 4 Homework Assignment

  8. COMP 274 Technology levels--snaptutorial.com COMP 274 Week 4 Programming Assignment For more classes visit www.snaptutorial.com Write a Java GUI application to do temperature conversions between Celcius, Fahranheit, and Kelvin. The GUI display should look something like the following:

  9. COMP 274 Technology levels--snaptutorial.com COMP 274 Week 5 Homework Assignment For more classes visit www.snaptutorial.com Answer the following questions: Describe the graphical coordinate system in Java. Where is the origin? What units apply to the x,y coordinates? How would you use the Graphics class to draw a line between 2 specific points? Give an example.

  10. COMP 274 Technology levels--snaptutorial.com COMP 274 Week 5 Programming Assignment For more classes visit www.snaptutorial.com COMP 274 Week 5 Programming Assignment

  11. COMP 274 Technology levels--snaptutorial.com COMP 274 Week 6 Homework Assignment For more classes visit www.snaptutorial.com COMP 274 Week 6 Homework Assignment

  12. COMP 274 Technology levels--snaptutorial.com COMP 274 Week 6 Programming Assignment For more classes visit www.snaptutorial.com COMP 274 Week 6 Programming Assignment

  13. COMP 274 Technology levels--snaptutorial.com COMP 274 Week 7 Homework Assignment For more classes visit www.snaptutorial.com 1. What types of objects can be stored using theObjectOutputStream? What is the method for writing an object? What is the method for reading an object? What is the return type of the method that reads an object from ObjectInputStream?

  14. COMP 274 Technology levels--snaptutorial.com COMP 274 Week 7 Homework For more classes visit www.snaptutorial.com COMP 274 Week 7 Homework

  15. COMP 274 Technology levels--snaptutorial.com COMP 274 Week 7 iLab For more classes visit www.snaptutorial.com COMP 274 Week 7 iLab

  16. COMP 274 Technology levels--snaptutorial.com COMP 274 Week 7 Programming Assignment For more classes visit www.snaptutorial.com Objective:Write a program that stores an array of five int values1, 2, 3, 4 and 5, aDate object for current time, and a doublevalue5.5 into the file named binary.dat.

  17. COMP 274 Technology levels--snaptutorial.com

More Related