CS101 Assignment No 3 2020 Solution Download

CS101 Assignment No 3 2020 Solution Download from our website STshine.blogspot.com.
Download Assignment Solution File Below the web page.

 Assignments Requirements:

Objectives:
After solving this assignment, students will learn about,
  • Interaction of JavaScript with HTML.
  • Handling of JavaScript functions, loops, decision structure & event handling.
Instructions: Read the following instructions carefully before submitting the assignment.
It should be clear that your assignment will not get any credit if:
§  The assignment is submitted through email or after due date.
§  The assignment is not in the .html format.
§  The submitted assignment does not open or file is corrupt.
§  Assignment is copied(partial or full) from any source (websites, forums, students, etc)
§  Assignment is in any other format like images, PDF, “.txt”, “.doc”, Zip, rar etc.
Question: You are required to make a table generator webpage.

Requirements:

  • The title of the web page should be your VU-ID.
  • Table Generator should get the table number and table length from user and generates table of that number up to the provided length with generate button.
  • It should also count even and odd values in the output & displays these counts in their respective fields.
  • If user inputs value less than 1 it should not generate table but display an alert message with “Invalid Input”
  • If user enters a float number then it should ignore decimal part in calculation.  
  • You have to make two tables with border. First table will have two table rows of <input> and second table will have two table rows of <input> and one table row of <textarea>. 
  • Your output should be displayed inside <textarea> of 38 columns, 20 rows and colspan 2.
  • Heading, tables and button should be aligned to center.
  • You are required to make same design and format of output as given in below sample.
  • However you can choose color scheme of your own choice (other than white) but the background color of your webpage and table should be different.
Note:
You can also use \n in JavaScript instead of <br> for line break 

Download File Below Link.......
------------------------------------------------------------------