html
html
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
var brain ="100";
switch(brain) {
case "1 ":
document.write("This is dumbness.");
break;
case "2":
document.write("This is numbness");
break;
case "3":
document.write("This is the backbencher's");
break;
case "4":
document.write("This is smart.");
break;
default:
document.write("you are lying .");
}
//this is the brain rating.. you enter your brain power according to you from 1 to 5 and it will return the following statements.but i dont know how to take the input from you. please help me and please contact me if you are done. i will mention you in creation of this code.. please help
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run