Computer Science, asked by farzanaar2005, 4 months ago

include <stdio.h>
int main()
{
int x = 20;
int y = 22;
if (x>y)
{
printf("Variable x is less than y");
}
return 0;
SEND THE OUTPUT​

Answers

Answered by ashutoshpradhan5
0

Answer:

Why does friction increase if the two surfaces are pressed ? Answer: Since the friction is due to the interlocking of irregularities in the two surfaces which slide with respect to each other, it increases when the two surfaces are pressed harder.

Similar questions