Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

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.


1. Differentiate flowchart and algorithm?
2. Give an example of algorithm.
3. Give an example of flowchart.
4. What is the use of flowchart?
5. Why do we need flowchart to create a program?

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 


1. Differentiate flowchart and algorithm?
2. Give an example of algorithm.
3. Give an example of flowchart.
4. What is the use of flowchart?
5. Why do we need flowchart to create a program?
Armstrong numbers between two intervals



Write a program to print all the Armstrong numbers in the given range



A to B(including A and B). An N-digit number is an Armstrong number if the number equals the sum of the Nth power of its digits.



Input



The first line has an integer



A. The second line has an integer B.



Output



Print all Armstrong numbers separated by a space.

If there are no Armstrong numbers in the given range, print



-1.



Explanation



For



A = 150 and B = 200



For example, if we take number 153, the sum of the cube of digits



1, 5, 3 is



13 + 53 + 33 = 153.



So, the output should be



153.



Sample Input 1

150

200

Sample Output 1

153

Sample Input 2

1

3

Sample Output 2

1 2 3



please provide correct output in sample output 2



please provide correct output in sample output 3

Sample output 3 is
-1

the above output 3
A=10
And
B=15

Output is
-1
Please provide correct output of sample output 3

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)?


Write a program that asks the user for a magic number. While the user cannot guess the magic number which is 7, ask the user again for another guess. If the guess is incorrect, print "That is not the magic number" or else if the guess is correct, print "You have guessed it".
LATEST TUTORIALS
APPROVED BY CLIENTS