Computer Science, asked by vikkuvikranth4628, 1 month ago

Create a JavaScript program based on the given situation. The user will input his grade and will receive a message based from his given grade.

Answers

Answered by samarthsingh252
0

Answer:

let grade = prompt("Enter your Grade");

alert(" You study in "+grade" grade");

Hope that helps, You can always change the message according to your needs.

Similar questions