College asks you to create a website
Your website should be designed using two deminsional tables with institutinal name on the right side and instide name on the left together with (hyperlinks) about us, faculty2, faculty3, contact us
2.Design the website using the above template.
You are to design the website using the above template.
About us , Faculty1, Faculty2, Faculty3, Contact us should be hyperlinks .
Select your own faculty names and insert your own courses .Each faculty should have a table with the list of course and the semester the course is in.
Display page
On launch of the website ,ensure that the About us page is launched .
On click of a hyperlink , the webpage should be launched on the new tab.
Add image on institutional logo.
Add the company name which should be enclose in a heading tag.
You can insert your own background on the title pane.
Ensure all that the hyperlinks have the adequate font.
Add a border of size 2 to your table, format institution name so that it is centered.
Implement a maximum binary heap to store strings
draw a flowchart for the calculate the average from 100 exam scores
draw flowchart for the problem of printing odd numbers less than a given number. it should also calculate their sum and count
Best selling refrigerator
Mrs.Roselin, a homemaker wished to buy a refrigerator with all new features in order to preserve and store the vegetables, fruits, and food items more efficiently.
Write a C++ program to display the Best-Selling refrigerator Manufacturer and various models manufactured by them to Roselin.
Types of refrigerators manufactured by "Whirlpool" are as follows:
1.Single Door
2.Double Door
Input and Output Format:
The refrigerator types manufactured by Whirlpool
1.SingleDoor
2.DoubleDoor
Refrigerator type of your choice?
SingleDoor
The refrigerator models manufactured by Whirlpool
1.Whirlpool_Royal
2.Whirlpool_ELT
3.Whirlpool_Icemagic
4.Whirlpool_Protton
5.Whirlpool_Powercool
Refrigerator of your choice?
Whirlpool_Icemagic
Refrigerator Details
Manufacturer : Whirlpool
Type : SingleDoor
Model : Whirlpool_Icemagic
The placement session has begun in a college. There is N number of students standing outside an interview room in a line. It is given that the person who goes first has higher chances of selection.
Each student has a number associated with them representing their problem-solving capability. The higher the capability the higher the chances of selection. Now every student wants to know the number of students ahead of him with higher problem-solving capability.
using structure in code
Input: 6(number of students) {4 , 9 , 5 , 3 , 2 , 10}
Output: {0 , 0 , 1 , 3 , 4 , 0}
Given two numbers X and Y, develop a program to determine the difference between X and Y
If X – Y is negative, Ans = X + Y;
If X – Y is zero, Ans = 2X + 2Y;
and if X – Y is positive, compute Ans = X * Y.
Given two numbers X and Y, develop a program to determine the difference between X and Y
If X – Y is negative, Ans = X + Y;
If X – Y is zero, Ans = 2X + 2Y;
and if X – Y is positive, compute Ans = X * Y.
write a pseudo code for a program which generates even numbers between 1000 and 2000 and then prints them in the standard output.it should also print total sum.
write an algorithm to calculate even numbers between 10 and 250