Solution:
<html>The output of the program is as shown in Figure 2.6.
<head>
<title>Welcome to our Website</title>
</head>
<body>
<%
for(int num=0;num<=10;num++)
{
out.println("Hello" + num + "<br>");
}
%>
</body>
</html>
Thanks for visiting my blog!Have a good time
<html>The output of the program is as shown in Figure 2.6.
<head>
<title>Welcome to our Website</title>
</head>
<body>
<%
for(int num=0;num<=10;num++)
{
out.println("Hello" + num + "<br>");
}
%>
</body>
</html>
Được đăng bởi admin vào lúc 10:32 PM
Nhãn: Exercises 5 lab 1
0 nhận xét:
Post a Comment