Deleting a character when you make a mistake and the print it without errors
It’s 0
it’s like 3 times 0
Answer:
The answer is TRUE we use paint program to draw.
Explanation:
#swag
Answer:
0.444
Explanation:
Formula for slope = (X2 - X1)/(Y2 - Y1)
X1 =100
X2 = 500
Y1 = 1000
Y2 = 10000
Slope = (500 - 100)/(10000 - 1000)
=400/9000
=4/90
=0.04444
Number of bill(X axis) against sales (Y axis)
Answer:
Step1: Start
Step2: Initialize the count variable to zero
Step3: Initialize the sum variable to zero
Step4: Read a number say x
Step 5: Add 1 to the number in the count variable
Step6: Add the number x to the sum variable.
Step7: Is the count variable in the memory greater than 50?
If yes, display the sum: go to step 8.
If No, Repeat from step 4
Step8: Stop
Explanation: