ECE 0832留学生辅导、讲解Java程序设计、辅导Java编程、讲解Digital
- 首页 >> Java编程ECE 0832 – Digital World 20/20
Page 1/1
Re: Instructions for the Java assignment
Student Assistant: See Event Calendar or ask instructor
Table of Content
Table of Content.........................................................................................................1
1 Introduction .........................................................................................................1
2 The Assignment....................................................................................................1
3 Video....................................................................................................................1
4 Integrated Development Environment (IDE)..........................................................1
5 Your Deliverables .................................................................................................1
6 More on Java: Online Learning, Coding Practices, Interview Questions..................1
1 Introduction
An option for the final project is to demonstrate a very preliminary ability to code in Java.
2 The Assignment
The minimum is to show Java code that can accept two numbers from input stream, add them up, and display
the sum. Extra credit will be including other operations such as if-then-else, etc. Better yet, read a file that
contains names and numerical grades. Determine who gets A, B, C, and find an average.
3 Video
Suggested video: Learning Java in 30 Minutes :
4 Integrated Development Environment (IDE)
You are to use your own machine and downloading NetBeans ahead of time is strongly suggested.
Directions to get started on Java
● Go to http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
and download the JDK compatible with your OS
● Go to https://netbeans.org/downloads/ and pick your language and OS in the top righthand corner and
then download the Java SE bundle
● When the installer asks for the JDK, navigate to the folder you installed the JDK in and select that
● Hit ‘File’ and then ‘New Project’ and make sure ‘Java’ is selected
● Name the project and select a place to save it
● Start entering your code under ‘Main’
● When you’re ready to run your code hit the green triangle along the top
5 Your Deliverables
Upload your source code and screenshot (showing your name) to Blackboard or Canvas.
6 More on Java: Online Learning, Coding Practices, Interview Questions
https://www.hackerrank.com/java-tutorial/
https://www.hackerrank.com/domains/java
https://www.hackerrank.com/programming-interview-questions/