Kizspy | Question: 15
(Choose 1 answer)
FJOVERFLOW.COM
In a JSP scriptlet, what is the correct syntax for declaring an integer variable named "count" and initializing it to
10?
A. <% int count = 10; %>
B. <% count = 10; %>
C. <% var count = 10; %>
D. <% int count = 10 %>