SE371 – Assignment 1

First assignment’s task was to set up my Java development environment and write a simple Fibonacci program. The setup process involved installing the JDK, configuring IntelliJ IDEA, and making sure everything worked from the console.
Since I’ve had pri…


This content originally appeared on DEV Community and was authored by John Phan

First assignment's task was to set up my Java development environment and write a simple Fibonacci program. The setup process involved installing the JDK, configuring IntelliJ IDEA, and making sure everything worked from the console.
Since I’ve had prior experience working as an intern, the Git setup and IDE configuration steps felt very familiar to me. I’ve used similar workflows before — cloning repositories, committing changes, and pushing to remote branches — so this part was smooth and quick.
The Fibonacci assignment itself was straightforward: write a small Java program that calculates the n-th number in the Fibonacci sequence using simple control structures. I implemented it iteratively and tested a few sample inputs to confirm correctness.


This content originally appeared on DEV Community and was authored by John Phan


Print Share Comment Cite Upload Translate Updates
APA

John Phan | Sciencx (2025-10-11T02:54:53+00:00) SE371 – Assignment 1. Retrieved from https://www.scien.cx/2025/10/11/se371-assignment-1/

MLA
" » SE371 – Assignment 1." John Phan | Sciencx - Saturday October 11, 2025, https://www.scien.cx/2025/10/11/se371-assignment-1/
HARVARD
John Phan | Sciencx Saturday October 11, 2025 » SE371 – Assignment 1., viewed ,<https://www.scien.cx/2025/10/11/se371-assignment-1/>
VANCOUVER
John Phan | Sciencx - » SE371 – Assignment 1. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/10/11/se371-assignment-1/
CHICAGO
" » SE371 – Assignment 1." John Phan | Sciencx - Accessed . https://www.scien.cx/2025/10/11/se371-assignment-1/
IEEE
" » SE371 – Assignment 1." John Phan | Sciencx [Online]. Available: https://www.scien.cx/2025/10/11/se371-assignment-1/. [Accessed: ]
rf:citation
» SE371 – Assignment 1 | John Phan | Sciencx | https://www.scien.cx/2025/10/11/se371-assignment-1/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.