diff --git a/Form.html b/Form.html new file mode 100644 index 0000000..f41836d --- /dev/null +++ b/Form.html @@ -0,0 +1,47 @@ + + + + + + + + HTML FORM + + + + + +
+
+ First Name :
+ Last Name :
+ Contact No :
+ Gender:Male + Female

+ Hubbies :
+
+ +
+ +

+ Country :

+ + +
+
+ + + \ No newline at end of file diff --git a/finaltask.cpp b/finaltask.cpp index 4af06d1..0752439 100644 --- a/finaltask.cpp +++ b/finaltask.cpp @@ -9,6 +9,7 @@ int gcd(int a, int b) } + int main() { int N, i, max=1, res=0;