A method that returns a string in the form of the hour: minute: second for a given total second that utilizes the given header is as follows:
class Convert {
public static String format(long seconds) {
Scanner sc = new Scanner(System.in);
System.out.print("Enter total seconds: ");
int secs = sc.nextInt();
int hours = secs / 3600;
int minutes = (secs % 3600) / 60;
int seconds = (secs % 3600) % 60;
String timeFormat = hours + ":" + minutes + ":" + seconds;
return timeFormat;
}
}
<h3>What is the String function?</h3>
The string function may be characterized as the type of function in a computer's programming function that may significantly have a non-numerical result.
String functions are typically utilized in computer programming languages in order to manipulate a string or query information about a string successfully.
Therefore, a method that returns a string in the form of the hour: minute: second for a given total second that utilizes the given header is well described above.
To learn more about Header, refer to the link:
brainly.com/question/2329500
#SPJ1
Answer: Application Software
Explanation: A word processor is referred as the application software that is for the creation and editing of a document. It is also used for getting the hard copy of the document by printing it .The data entered in it can be modified according to our need by giving certain commands from the keyboard. It has several features like storing of data, displaying of data,printing it etc.
Well it all depends how you plan on making it as you would need to know Web Development or you could just copy paste code from YT
c is the anwer of question