Answer to Question #273072 in HTML/JavaScript Web Application for bof

Question #273072

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

Name :

Class :

Hobbies:


1
Expert's answer
2021-11-29T10:31:57-0500
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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS