Write a program with switch statement that accepts an input grade in percentile and grade equivalent table
Html,Css and Javascript program
Please refer to the below gif image carefully
bookmark-maker
I want same exact output as in the gif image and please don't given me other programs they're not working properly. Try to understand.
Bookmark Maker
Read each and every line carefully
class Option:
def __init__(self):
self._firstnum = 0
Question:
1. what is the error in this code?
Department Number of Users
Customer Care 10
Sales and Marketing 20
Finance 25
Legal 5
HR 10
Developers 55
Network Team 5
Server Room
Servers +ISP connections
· All the departments must be separated with unique subnet and should not communicate with each other unless there is a special requirement.
· IPs should assign using DHCP.
· ERP and CRM Systems need to be implemented in this in local servers.
· Number of servers required for the Server room need to be Uses static IPs.
· High level of redundancy is expected in network design to eliminate single point of failures and traffic bottle necks.
· Sales and Marketing need to access Network resources using WIFI connectivity.
· Proper methods for networking monitoring and troubleshooting need to be established.
· All possible network security mechanisms should be implemented.
Interpret the following c++ program
Class students
}
Long int rollno:
Private:
Int age;
Char sex;
Float height ;
Public:
Student();
Void getdata();
Void disinfo(void);
Int process( int age,int sex);
};
Write a program that reads an unspecified number of integers, determines how many positive
and negative values have been read, and computes the total and average of the input values (not
counting the zero). The program ends with the input 0. Display the average as a floating-point number
Use a double-subscripted array to solve the following problem. A company has four salespeople ( 1 to 4) who sell five different products ( 1 to 5). Once a day, each salesperson passes in a slip for each different type of product sold. Each slip contains:
a) The salesperson number
b) The product number
c) The total dollar value of that product sold that day
Assume that the information from all the slips for a day is available. Write a C program that will read all this information for the day and store in a double-subscripted array sales. For each product find and display the total sales.
Write a class student that contains the attribute teacher name, age and address. It also contains member function to input and display its attribute. Write another class teacher Write another class Writer that contains the attributes writer name, address and number of books written by him. It also contains member function to input and display its attributes. Write a third class Scholar that inherits both student and teacher classes.
Using table and lists create two web pages, first displaying the list of all the course writers of
BCS053 course. This information should be created in a table, the table should have a
heading. The columns of the table should display the Unit number, unit name and unit
writer’s name. The second page should display an unordered list, displaying the list of expert
committee members of BCS053 course. You should use <div> tags, wherever needed; and create an internal CSS file, which formats the web pages as follows:
(i) The headings of the table must be in Bold and all other content should be in italics font.
(ii) The table heading should be in different shade. The data rows of the table should have
alternatively light yellow and light green color. The background of the table should be
light grey.
(iii) The font of the unordered list should be "Arial" with font size of 12 points. The
background colour of list should be light red.
Develop a C++ Application for Compound Interest Calculations. A person invests $1000.00 in a savings account yielding 5 percent interest. Assuming that all interest is left on deposit in the account, calculate and print the amount of money in the account at the end of each year for 10 years. Use the following formula for determining these amounts: a = p ( 1 + r )n where p is the original amount invested (i.e., the principal), r is the annual interest rate, n is the number of years and a is the amount on deposit at the end of the n th year.