Input
1. The first number
Constraints
This may be a decimal number.
2. The second number
Constraints
This may be a decimal number.
3. The third number
Constraints
This may be a decimal number.
4. The fourth number
Constraints
This may be a decimal number.
5. The fifth number
Constraints
This may be a decimal number.
Output
The first line will contain a message prompt to input the first number.
The second line will contain a message prompt to input the second number.
The third line will contain a message prompt to input the third number.
The fourth line will contain a message prompt to input the fourth number.
The fifth line will contain a message prompt to input the fifth number.
The last line contains the sum of all negative numbers rounded off and displayed with 2 decimal places.
Display ‘Hello there, please tell me your name?’ and accepts an input (name) from the user. It will then display ‘Thank you, [name] for being here. See you again next time!’
When an input is 1, display ‘True’. When an input is 2, display ‘False’. When an input is other than 1 or 2, display ‘Invalid’.
Ask for a birth date then compute and display the exact age in a year.
VISUAL BASIC
Design and develop a simple application System that determine the most economical quantity to be stocked for each product that a manufacturing company has in its inventory this quantity called economics order quantity (EOQ) is calculated as following
EOQ = sqrt (2RS/I)
Where
R = total yearly Production Requirement
S = Set up Cost per order
I = inventory carrying cost per unit
Note: After the user enter the total year production Requirements (R) its set up cost per oder (S) and inventory carrying cost per unit (I) at text baxes 1,2 & 3 expectively the user should Click button (with a compute caption) before the resulting computed value will be displayed at the text box 4
Use the Convert.TextString(Math.Eqrt(intNum1)); mathematical function to get the square root value
where intNum1 is the number of square root
Using a short description and give one example of each of the following areas of cyber security : cybercrime, cyber harassment or bullying , cyber warfare, cyber surveillance , what makes cyber security difficult
Describe briefly how cyber security overlaps the information security, application security, network security, internet security
What is the characteristics feature of third generation(IC), fourth generation(LSIC) and fifth generation(AI)?