Question #273072

Write a Java Program that prints the details of a student in the following format:-

Name :

Class :

Hobbies:


Expert's answer

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?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS