01. Choose the correct answer to fill in the blanks [6176) 1. The statement assigns value to a variable. 2. A instructions written to perform a particular task. 3. means to check for errors and remove them. 4. The speed of a modem is measured in 5. is a device that allows a computer to connect and communicate with other computers 6. is also referred to as a USB Modem. Q2. State True or False [6 * 1 = 6] 1. You cannot use a keyword as a variable name. 2. Comparison operator result in either true of false. 3. An operator used to perform certain manipulation. 4. Only hotels offer a free Wi-Fi service. 5. Blog posts is an individual articles on a blog, 6. A blog usually focuses on a topic of a particular area of interest. Q3. Read the program and find the errors [6 * 1 = 6] To enter a purchase amount. If it is greater than 2500 a discount of 10 % is given. It then calculates the net amount to be paid. If the purchase amount is less than or equal to 2500, there is no output. = Textwindow.write("Enter the purchase amount) Amount = textwindow. read number 0 If (amount >2500) Discount = 0.10 * amount: Net amount = amount - discount Text window. WriteLine ("The net amount is" + amount) = -
Answers
Answered by
2
Answer:
x = u - t;
y = x * v;
x = y + w;
y = t - z;
y = x * y;
Explanation:
Answered by
1
Answer:
X =u-t
y=X*v., mark me as brainlest
Similar questions