Computer Science, asked by aryanrudrapaul9862, 11 months ago

write a program in Java bluej to print two numbers after interchanging them​

Answers

Answered by BrainTube
0

Answer:

indirect speech convert

1. He said to me ", Don't they win the match?"

2. I said ," Did you complete it

yesterday? "

3. He said ," Did you are completed it yesterday?"

Answered by adhvaith2007
0

Answer: STEP 1: START

STEP 2: DEFINE x, y, t

STEP 3: ENTER x, y

STEP 4: PRINT x, y

STEP 5: t = x

STEP 6: x= y

STEP 7: y= t

STEP 8: PRINT x, y

STEP 9: END

Explanation:

Similar questions