1. Write the code that will shift the focus... 2. Write the if statement that will output the...

advertisement
1.
2.
3.
4.
1. Write the code that will shift the focus for txtbox1 to txtbox2.
2. Write the if statement that will output the word “Correct “ if
i) F_Num is less than 5 but not -3
ii) F_Name is not empty
iii) F_Num2 is either 7 or -2
iv) F_Mark is between 0 and 100
Write a program that will keep a running total of interest charge Compound daily. Over 5 years.
Find all prime numbers under 200.
Input the lengths of 3 sides of a triangle. Output if it is :
a. Not a triangle
b. Equilateral triangle
c. Isosceles triangle
d. Scalene triangle
Calculate the cost of painting a room. Paint is $32.50 for 5L pail. 1L of paint will cover 5 Square
Meters.
Download