Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 875 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 875 Bytes

213 Java Questions

In this repository, you will find 213 solved Java questions, organized by number and description.

Status

In progress.

Objective

The objective of this project is to enhance my Java skills and problem-solving abilities while providing a useful resource for other Java programmers.

List of Questions

Question Number Description
Question 1 Receive from the user a time in seconds, corresponding to the duration of any event, calculate and show the user the equivalent time in hours, minutes, and seconds.
Question 2 Create a program to receive 3 integer values from the user and show their average (which may not be an integer).
Question 3 Make a program to calculate a parabolic trajectory.