File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 1
- < %@ Page Language="C#" AutoEventWireup="true" CodeFile="factorialFinder.aspx.cs" Inherits="factorialFinder" %>
2
-
3
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
2
5
3
< html xmlns ="http://www.w3.org/1999/xhtml ">
6
4
< head runat ="server ">
24
22
document . getElementById ( "printf" ) . innerHTML = product ;
25
23
}
26
24
}
27
- // var product = 1;
28
- // function rec(n)
29
- // {
30
- // n = parseInt(n);
31
- // if(n <= 1)
32
- // {
33
- // // product = 1;
34
- // }
35
- // else
36
- // {
37
- // product = n * rec(n-1);
38
- // }
39
- // document.getElementById("printf").innerHTML = product;
40
- // }
41
25
</ script >
42
26
</ head >
43
27
< body >
You can’t perform that action at this time.
0 commit comments