1. Design a form and write code; to enter username and password and that the title of the form is VB. 2. Write an algorithm and draw a flow chart , and write Code in visual basic (using IF Block statement), to find Z from the equations: 3. that reads the average of 4 students and , and the number of Fail students , then . Z= √X+3e5 Z= 3/X + SIN (X) Z= X2-│X│ When X<0 When X=0 When X>0 Write a program find the number of Pass students print the results 4. Write code to find the average of 30 numbers and print the result by using picture box. 5. Draw a flow chart to find the smallest number among 100 numbers and print it. 6. Write code to find the smallest number between three numbers. 7. Write an algorithm, then draw a flow chart , and write code to find the sum of the first 50 odd numbers. 8. Write code to find the sum of even number between 1 to 30 numbers and print the result by using picture box.
Max Function
Statistical function is of many categories. One of them is a MAX function. The MAX function returns the largest value from the list of arguments passed to it. MAX function always ignores the empty cells when performing the calculation.
Power Function
A power function is a type of single-term function. Its definition states that it is a variable containing a base value raised to a constant value acting as an exponent. This variable may also have a coefficient. For instance, the area of a circle can be given as:
1. Design a form and write code; to enter username and password and that the title of the form is VB.
2. Write an
3.
that reads the average of 4 students and
, and the number of Fail students , then .
Z= √X+3e5
Z= 3/X + SIN (X) Z= X2-│X│
When X<0 When X=0 When X>0
Write a program
find the number of
Pass students
print the results
4. Write code to find the average of 30 numbers and print the result by using picture box.
5. Draw a flow chart to find the smallest number among 100 numbers and print it.
6. Write code to find the smallest number between three numbers.
7. Write an algorithm, then draw a flow chart , and write code to find the sum of the first 50 odd numbers.
8. Write code to find the sum of even number between 1 to 30 numbers and print the result by using picture box.
Trending now
This is a popular solution!
Step by step
Solved in 4 steps