Question: Task 1 : Write a C Program to Check if an Integer is Positive or Negative Objective: To create a C program that checks whether
Task : Write a C Program to Check if an Integer is Positive or Negative
Objective: To create a C program that checks whether a given integer is positive, negative, or zero.
Instructions:
Compile and run the provided C program.
When prompted, enter an integer.
The program will determine whether the entered number is positive, negative, or zero.
Analyze the code to understand how conditional statements if else if and else are used to check the sign of the integer.
If desired, you can modify the program or test it with different integers to observe the results.
Task : Create a Page HTML Website
Objective: To create a page HTML website to showcase what you've learned in the course, ensuring ease of navigation across the pages.
Instructions:
You will create a simple page HTML website with the following pages:
Page : Home
This page should serve as the landing page of your website.
Include a brief introduction to the course and its contents.
Page : About
Provide information about yourself, such as your name, background, and interests.
Explain your motivation for taking the course.
Page : Course Topics
List the key topics covered in the course.
You can use bullet points or a numbered list.
Page : Projects
Describe any projects or assignments you completed during the course.
Include details about the work you are most proud of
Page : Contact
Provide contact information, such as an email address or a contact form.
Encourage visitors to reach out for questions or feedback.
Website Structure and Navigation:
Create a navigation menu that appears on every page. The menu should have links to all five pages.
Ensure that visitors can easily navigate between the pages.
Additional Guidelines:
Use HTML and CSS for styling.
Incorporate headings, paragraphs, lists, and other HTML elements as needed.
Apply basic CSS styles for consistent formatting.
Ensure the website is visually appealing and userfriendly.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
