IHYPRESS.NET > CLASSIC ASP
HOME
|
ASP
|
C
|
HTML/CSS
|
JAVASCRIPT
|
MATLAB
|
PERL
|
PHP
|
PYTHON
|
RUBY
ASP
> Program #02 [Variables]
CODE
RESULT
<
<% days = 5 sentence = "It is hot today." temp = 30.0 response.write (sentence & " The temprature has been over " & temp & " degrees for " & days & "days.
") %> <% days = 5 sentence = "It is hot today." temp = 32.5 %> <% response.write (sentence) %> The temprature has been over <% response.write (temp) %> degrees for <% response.write (days) %> days.
>
COPYRIGHT © 2021 IHYPRESS.NET. A DIVISION OF IHY PRESS, KIRKLAND, WA 98083 USA. ALL RIGHTS RESERVED.
SHARE