Representing time as a class

Report a typo

Define a class named Time. It must have three int fields: hours, minutes and seconds.


Note: do not make fields private.
Write a program in Java 17
// write your class here
___

Create a free account to access the full topic