Write a Java Program that prints the details of a student in the following format:-
Name :
Class :
Hobbies:
let nam = prompt() let clas = prompt() let hobbies = prompt() console.log("Name: " + nam); console.log("Class: " + clas); console.log("Hobbies: " + hobbies);
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments